Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/versionub.rb

Instance Method Summary collapse

Instance Method Details

#to_version(type = :standard) ⇒ Object



47
48
49
# File 'lib/versionub.rb', line 47

def to_version (type=:standard)
  Versionub.create(self, type)
end