Method: Boxen::Config#future_parser=

Defined in:
lib/boxen/config.rb

#future_parser=(value) ⇒ Object (writeonly)

Sets the attribute future_parser

Parameters:

  • value

    the value to set the attribute future_parser to.



170
171
172
# File 'lib/boxen/config.rb', line 170

def future_parser=(value)
  @future_parser = value
end