Module: LivereloadRails
- Defined in:
- lib/livereload_rails.rb,
lib/livereload_rails/client.rb,
lib/livereload_rails/stream.rb,
lib/livereload_rails/railtie.rb,
lib/livereload_rails/version.rb,
lib/livereload_rails/watcher.rb,
lib/livereload_rails/middleware.rb,
lib/livereload_rails/web_socket.rb
Defined Under Namespace
Classes: Client, Error, HijackingNotSupported, Middleware, Railtie, Stream, Watcher, WebSocket
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.matchers ⇒ Object
Returns the value of attribute matchers.
-
.paths ⇒ Object
Returns the value of attribute paths.
Class Method Summary collapse
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
20 21 22 |
# File 'lib/livereload_rails.rb', line 20 def logger @logger end |
.matchers ⇒ Object
Returns the value of attribute matchers.
19 20 21 |
# File 'lib/livereload_rails.rb', line 19 def matchers @matchers end |
.paths ⇒ Object
Returns the value of attribute paths.
21 22 23 |
# File 'lib/livereload_rails.rb', line 21 def paths @paths end |
Class Method Details
.configure {|_self| ... } ⇒ Object
23 24 25 |
# File 'lib/livereload_rails.rb', line 23 def configure yield self end |