Closed postmodern closed 4 months ago
versions:
Target#initialize
versions
@versions
version:
@versions = [version]
On second thought, we should instead accept a version range String (ex: >= 1.2.3, < 1.5.9).
>= 1.2.3, < 1.5.9
versions:
keyword argument toTarget#initialize
which may accept a Range of versions or an Array.versions
reader attribute and@versions
instance variable inTarget#initialize
.version:
to simply initialize@versions = [version]
.