Class: Homesteading::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/homesteading/commands/server.rb

Class Method Summary collapse

Class Method Details

.default(options = nil) ⇒ Object



5
6
# File 'lib/homesteading/commands/server.rb', line 5

def default(options=nil)
end

.list(options = nil) ⇒ Object



8
9
# File 'lib/homesteading/commands/server.rb', line 8

def list(options=nil)
end

.stop(options = nil) ⇒ Object



11
12
13
14
15
# File 'lib/homesteading/commands/server.rb', line 11

def stop(options=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(options=nil)
end