Method: Boxen::Config#future_parser=
- Defined in:
- lib/boxen/config.rb
#future_parser=(value) ⇒ Object (writeonly)
Sets the attribute future_parser
170 171 172 |
# File 'lib/boxen/config.rb', line 170 def future_parser=(value) @future_parser = value end |