Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/taskloop/extension/integer_extension.rb
Instance Method Summary collapse
Instance Method Details
#day ⇒ Object
10 11 12 |
# File 'lib/taskloop/extension/integer_extension.rb', line 10 def day self end |
#hour ⇒ Object
6 7 8 |
# File 'lib/taskloop/extension/integer_extension.rb', line 6 def hour self end |
#minute ⇒ Object
2 3 4 |
# File 'lib/taskloop/extension/integer_extension.rb', line 2 def minute self end |
#month ⇒ Object
14 15 16 |
# File 'lib/taskloop/extension/integer_extension.rb', line 14 def month self end |
#year ⇒ Object
18 19 20 |
# File 'lib/taskloop/extension/integer_extension.rb', line 18 def year self end |