Class: Rpub::Commands::Preview
- Inherits:
-
Rpub::Command
- Object
- Rpub::Command
- Rpub::Commands::Preview
- Defined in:
- lib/rpub/commands/preview.rb
Instance Attribute Summary
Attributes inherited from Rpub::Command
Instance Method Summary collapse
Methods inherited from Rpub::Command
Constructor Details
This class inherits a constructor from Rpub::Command
Instance Method Details
#run ⇒ Object
4 5 6 7 |
# File 'lib/rpub/commands/preview.rb', line 4 def run .default :output => 'preview.html' source.force_write .output, Rpub::Preview.new(context, source).formatted end |