Class: Udb::AlwaysTrueExtensionRequirementExpression
- Inherits:
-
Object
- Object
- Udb::AlwaysTrueExtensionRequirementExpression
- Extended by:
- T::Sig
- Includes:
- AbstractRequirement
- Defined in:
- lib/udb/req_expression.rb
Instance Method Summary collapse
- #compatible?(_other) ⇒ Boolean
- #could_be_true?(_cfg_arch) ⇒ Boolean
- #empty? ⇒ Boolean
- #minimize(_hsh) ⇒ String, Hash{String => T.untyped}
- #satisfied_by? ⇒ Boolean
- #satisfied_by_cfg_arch?(_cfg_arch) ⇒ SatisfiedResult
- #to_h ⇒ String, Hash{String => T.untyped}
- #to_rb ⇒ String
Instance Method Details
#compatible?(_other) ⇒ Boolean
738 |
# File 'lib/udb/req_expression.rb', line 738 def compatible?(_other) = true |
#could_be_true?(_cfg_arch) ⇒ Boolean
750 |
# File 'lib/udb/req_expression.rb', line 750 def could_be_true?(_cfg_arch) = true |
#empty? ⇒ Boolean
735 |
# File 'lib/udb/req_expression.rb', line 735 def empty? = true |
#minimize(_hsh) ⇒ String, Hash{String => T.untyped}
744 |
# File 'lib/udb/req_expression.rb', line 744 def minimize(_hsh) = {} |
#satisfied_by? ⇒ Boolean
732 |
# File 'lib/udb/req_expression.rb', line 732 def satisfied_by? = true |
#satisfied_by_cfg_arch?(_cfg_arch) ⇒ SatisfiedResult
747 |
# File 'lib/udb/req_expression.rb', line 747 def satisfied_by_cfg_arch?(_cfg_arch) = SatisfiedResult::Yes |
#to_h ⇒ String, Hash{String => T.untyped}
741 |
# File 'lib/udb/req_expression.rb', line 741 def to_h = {} |
#to_rb ⇒ String
729 |
# File 'lib/udb/req_expression.rb', line 729 def to_rb = "true" |