Method: Code::Object::Time#initialize
- Defined in:
- lib/code/object/time.rb
#initialize(time) ⇒ Time
Returns a new instance of Time.
10 11 12 |
# File 'lib/code/object/time.rb', line 10 def initialize(time) @raw = time end |
Returns a new instance of Time.
10 11 12 |
# File 'lib/code/object/time.rb', line 10 def initialize(time) @raw = time end |