Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/property_builder.rb
Instance Method Summary collapse
Instance Method Details
#build_on(builder) ⇒ Object
82 83 84 |
# File 'lib/property_builder.rb', line 82 def build_on(builder) builder.build(self) end |
#is(*args) ⇒ Object
78 79 80 |
# File 'lib/property_builder.rb', line 78 def is(*args) PropertyBuilder::PropertyDefinition.new(args) end |