Class: Homesteading::Server
- Inherits:
-
Object
- Object
- Homesteading::Server
- Defined in:
- lib/homesteading/commands/server.rb
Class Method Summary collapse
- .default(options = nil) ⇒ Object
- .list(options = nil) ⇒ Object
- .stop(options = nil) ⇒ Object
- .urls(options = nil) ⇒ Object
Class Method Details
.default(options = nil) ⇒ Object
5 6 |
# File 'lib/homesteading/commands/server.rb', line 5 def default(=nil) end |
.list(options = nil) ⇒ Object
8 9 |
# File 'lib/homesteading/commands/server.rb', line 8 def list(=nil) end |
.stop(options = nil) ⇒ Object
11 12 13 14 15 |
# File 'lib/homesteading/commands/server.rb', line 11 def stop(=nil) # TEMP HACK TODO FIXME # This is overly aggressive, but the above kill isn't working system "killall ruby" end |
.urls(options = nil) ⇒ Object
17 18 |
# File 'lib/homesteading/commands/server.rb', line 17 def urls(=nil) end |