Method: ProMotion::ScreenElements#add
- Defined in:
- lib/ProMotion/screen_helpers/screen_elements.rb
#add(element, attrs = {}) ⇒ Object Also known as: add_element, add_view
5 6 7 |
# File 'lib/ProMotion/screen_helpers/screen_elements.rb', line 5 def add(element, attrs = {}) add_to self.view, element, attrs end |