Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#to_mhzObject



37
38
39
# File 'lib/cabrillo.rb', line 37

def to_mhz
  self.to_s.reverse.gsub(/(.{3})(?=.)/, '\1.\2').reverse
end