Method: Solve::Dependency#constraint
- Defined in:
- lib/solve/dependency.rb
#constraint ⇒ Solve::Constraint (readonly)
The constraint requirement of this dependency
16 17 18 |
# File 'lib/solve/dependency.rb', line 16 def constraint @constraint end |