Module: Gitara::DslMacros

Included in:
Dsl
Defined in:
lib/gitara/dsl_macros.rb

Instance Method Summary collapse

Instance Method Details

#can_add_property(property) ⇒ Object



3
4
5
6
7
# File 'lib/gitara/dsl_macros.rb', line 3

def can_add_property(property)
  define_method property do |value|
    node.attributes[property] = value
  end
end