class Guard::Konacha::Server

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/guard/konacha/server.rb, line 5
def self.new
  super do
    use CacheBuster
    run ::Konacha.application
  end
end