Method: ProMotion::Styling#add

Defined in:
lib/ProMotion/view/styling.rb

#add(element, attrs = {}) ⇒ Object Also known as: add_element, add_view



68
69
70
# File 'lib/ProMotion/view/styling.rb', line 68

def add(element, attrs = {})
  add_to view_or_self, element, attrs
end