module StaticMatic::ServerMixin
Public Instance Methods
preview()
click to toggle source
# File lib/staticmatic/mixins/server.rb, line 2 def preview puts "StaticMatic Preview Server" puts "Ctrl+C to exit" StaticMatic::Server.start(self) end