Class: Time
Class Method Summary collapse
Instance Method Summary collapse
- #+(other) ⇒ Time
- #<=>(other) ⇒ -1, ...
- #compare_with_coercion(other) ⇒ -1, ...
- #compare_without_coercion(other) ⇒ -1, ...
- #eql_with_coercion(other) ⇒ Boolean
- #to_formatted_s(format = :some_default) ⇒ String
- #to_time ⇒ Time
Class Method Details
.at(seconds, microseconds = 0, utc = false) ⇒ Time
23 |
# File 'lib/solargraph/rails/annotations/time.rb', line 23 def self.at(seconds, microseconds = 0, utc = false); end |
Instance Method Details
#<=>(other) ⇒ -1, ...
14 |
# File 'lib/solargraph/rails/annotations/time.rb', line 14 def <=>(other); end |
#compare_with_coercion(other) ⇒ -1, ...
8 |
# File 'lib/solargraph/rails/annotations/time.rb', line 8 def compare_with_coercion(other); end |
#compare_without_coercion(other) ⇒ -1, ...
11 |
# File 'lib/solargraph/rails/annotations/time.rb', line 11 def compare_without_coercion(other); end |
#eql_with_coercion(other) ⇒ Boolean
5 |
# File 'lib/solargraph/rails/annotations/time.rb', line 5 def eql_with_coercion(other); end |
#to_formatted_s(format = :some_default) ⇒ String
30 |
# File 'lib/solargraph/rails/annotations/time.rb', line 30 def to_formatted_s(format = :some_default); end |