Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/sinatra/params/date.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#to_f ⇒ Object
22 23 24 |
# File 'lib/sinatra/params/date.rb', line 22 def to_f self.to_time.to_f end |
#to_i ⇒ Object
18 19 20 |
# File 'lib/sinatra/params/date.rb', line 18 def to_i self.to_time.to_i end |