module Undies::Element::MergeAttrs

Public Instance Methods

__attrs(attrs_hash=nil) click to toggle source
# File lib/undies/element.rb, line 69
def __attrs(attrs_hash=nil)
  return @attrs if attrs_hash.nil?
  @attrs.merge!(attrs_hash)
end