Class: Stastic::Command::Preview
- Defined in:
- lib/stastic/commands/preview.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Stastic::Command::Base
Instance Method Details
#index ⇒ Object
4 5 6 7 |
# File 'lib/stastic/commands/preview.rb', line 4 def index generator = Stastic::Generator.detect generator.preview end |