Method: Primer::Box#initialize

Defined in:
app/components/primer/box.rb

#initialize(**system_arguments) ⇒ Box



9
10
11
12
13
# File 'app/components/primer/box.rb', line 9

def initialize(**system_arguments)
  @system_arguments = deny_tag_argument(**system_arguments)

  @system_arguments[:tag] = :div
end