Class: Seconds
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Duration
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(count = 1, start_time = nil) ⇒ Seconds
constructor
A new instance of Seconds.
Methods inherited from Duration
#*, #+, #-, #/, #===, #abs_length, #abs_length=, #ago, #anchored?, #before, #coerce, #collect, #create_find_within_method_for, create_find_within_method_for, #days, #each, #each_day, #each_hour, #each_minute, #each_second, #each_week, #end_time, #end_time=, #ending, #from, #from_now, #hours, #in_days, #in_hours, #in_minutes, #in_seconds, #in_weeks, #inspect, #method_missing, #minutes, new, #seconds, #starting, #to_f, #to_i, #to_s, #weeks
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Duration
Class Method Details
.length ⇒ Object
359 360 361 |
# File 'lib/days_and_times/duration.rb', line 359 def self.length 1 end |