Class: Victor::CLI::Commands::Render
- Defined in:
- lib/victor/cli/commands/render.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
30 31 32 |
# File 'lib/victor/cli/commands/render.rb', line 30 def run args['--watch'] ? watch_and_generate : generate end |