Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/osc-ruby/core_ext/time.rb
Instance Method Summary collapse
Instance Method Details
#to_ntp ⇒ Object
3 4 5 |
# File 'lib/osc-ruby/core_ext/time.rb', line 3 def to_ntp self.to_f + 2208988800 end |