Method: Boxen::Config#color=

Defined in:
lib/boxen/config.rb

#color=(value) ⇒ Object (writeonly)

Sets the attribute color

Parameters:

  • value

    the value to set the attribute color to.



310
311
312
# File 'lib/boxen/config.rb', line 310

def color=(value)
  @color = value
end