class Guard::KonachaRails::Server

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/guard/konacha-rails/server.rb, line 6
def self.new
  super do
    use CacheBuster

    run ::Konacha.application
  end
end