Method: Aureus::Components::Box#button

Defined in:
lib/aureus/components/box.rb

#button(content) ⇒ Object



23
24
25
# File 'lib/aureus/components/box.rb', line 23

def button content
  @buttons << BoxButton.new(content)
end