class GemHadar
def version_identifier(version)
-
(String)
- the modified version string with a 'v' prefix
Parameters:
-
version
(String
) -- the version string to modify
def version_identifier(version) version.dup.prepend ?v end
(String)
- the modified version string with a 'v' prefix
version
(String
)
-- the version string to modify
def version_identifier(version) version.dup.prepend ?v end