module Stastic::Command class Preview < Base def index generator = Stastic::Generator.detect generator.preview end end end