Module: Undies::Element::MergeAttrs

Included in:
Closed, Open
Defined in:
lib/undies/element.rb

Instance Method Summary collapse

Instance Method Details

#__attrs(attrs_hash = nil) ⇒ Object



69
70
71
72
# File 'lib/undies/element.rb', line 69

def __attrs(attrs_hash=nil)
  return @attrs if attrs_hash.nil?
  @attrs.merge!(attrs_hash)
end