module RailsWatcherViewer

Constants

VERSION

Public Class Methods

start(path) click to toggle source
# File lib/rails_watcher_viewer.rb, line 5
def self.start path
  WebApp.path = path
  WebApp.run!
end