Method: Bismas::Version.to_s

Defined in:
lib/bismas/version.rb

.to_sObject

Short-cut for version string.



17
18
19
# File 'lib/bismas/version.rb', line 17

def to_s
  to_a.join('.')
end