Class: Date
Instance Method Summary collapse
- #+(other) ⇒ self
- #-(other) ⇒ Rational, self
- #<=>(other) ⇒ -1, ...
- #compare_with_coercion(other) ⇒ -1, ...
- #readable_inspect ⇒ String
- #to_formatted_s(format = :some_default) ⇒ String
- #to_time ⇒ ::Time
Instance Method Details
#+(other) ⇒ self
13 |
# File 'lib/solargraph/rails/annotations/date.rb', line 13 def +(other); end |
#-(other) ⇒ Rational, self
10 |
# File 'lib/solargraph/rails/annotations/date.rb', line 10 def -(other); end |
#<=>(other) ⇒ -1, ...
22 |
# File 'lib/solargraph/rails/annotations/date.rb', line 22 def <=>(other); end |
#compare_with_coercion(other) ⇒ -1, ...
19 |
# File 'lib/solargraph/rails/annotations/date.rb', line 19 def compare_with_coercion(other); end |
#readable_inspect ⇒ String
16 |
# File 'lib/solargraph/rails/annotations/date.rb', line 16 def readable_inspect; end |
#to_formatted_s(format = :some_default) ⇒ String
29 |
# File 'lib/solargraph/rails/annotations/date.rb', line 29 def to_formatted_s(format = :some_default); end |
#to_time ⇒ ::Time
7 |
# File 'lib/solargraph/rails/annotations/date.rb', line 7 def to_time(form = :local); end |