Method: Constraint::Shell#new_constrained

Defined in:
lib/constraint.rb

#new_constrainedObject

Construct a new instance. By default, this method calls generate_constrained_value(nil).



301
302
303
304
# File 'lib/constraint.rb', line 301

def new_constrained
    generate_constrained_value(nil)
    # raise 'Subclass responsibility'
end