82 83 84
# File 'lib/property_builder.rb', line 82 def build_on(builder) builder.build(self) end
78 79 80
# File 'lib/property_builder.rb', line 78 def is(*args) PropertyBuilder::PropertyDefinition.new(args) end