Module: StaticMatic::ServerMixin
- Included in:
- Base
- Defined in:
- lib/staticmatic/mixins/server.rb
Instance Method Summary collapse
Instance Method Details
#preview ⇒ Object
2 3 4 5 6 |
# File 'lib/staticmatic/mixins/server.rb', line 2 def preview puts "StaticMatic Preview Server" puts "Ctrl+C to exit" StaticMatic::Server.start(self) end |