module SubunitFracture

file: subunit.rb

Public Instance Methods

strfunit(s) click to toggle source
# File lib/subunit.rb, line 9
def strfunit(s)
  Subunit.seconds(self).strfunit(s)
end