Class: ConvenientService::Dependencies::Queries::Version::NullVersion Private
- Inherits:
-
Object
- Object
- ConvenientService::Dependencies::Queries::Version::NullVersion
- Defined in:
- lib/convenient_service/dependencies/queries/version/null_version.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #<(other) ⇒ nil private
- #<=(other) ⇒ nil private
- #<=>(other) ⇒ nil private
- #==(other) ⇒ nil private
- #>(other) ⇒ nil private
- #>=(other) ⇒ nil private
- #gem_version ⇒ nil private
- #null_version? ⇒ Boolean private
- #to_s ⇒ String private
Instance Method Details
#<(other) ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
41 42 43 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 41 def <(other) nil end |
#<=(other) ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
49 50 51 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 49 def <=(other) nil end |
#<=>(other) ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
33 34 35 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 33 def <=>(other) nil end |
#==(other) ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
57 58 59 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 57 def ==(other) nil end |
#>(other) ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
65 66 67 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 65 def >(other) nil end |
#>=(other) ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
73 74 75 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 73 def >=(other) nil end |
#gem_version ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
25 26 27 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 25 def gem_version nil end |
#null_version? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
18 19 20 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 18 def null_version? true end |
#to_s ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
80 81 82 |
# File 'lib/convenient_service/dependencies/queries/version/null_version.rb', line 80 def to_s "" end |