Method: Linecook::Commands::Compile#input_dir=
- Defined in:
- lib/linecook/commands/compile.rb
#input_dir=(input) ⇒ Object
92 93 94 |
# File 'lib/linecook/commands/compile.rb', line 92 def input_dir=(input) @input_dir = File.(input) end |