Method: Boxen::Config#debug=

Defined in:
lib/boxen/config.rb

#debug=(value) ⇒ Object (writeonly)

Sets the attribute debug

Parameters:

  • value

    the value to set the attribute debug to.



100
101
102
# File 'lib/boxen/config.rb', line 100

def debug=(value)
  @debug = value
end