Method: Thin::Command.script

Defined in:
lib/thin/command.rb

.scriptObject

Path to the thin script used to control the servers. Leave this to default to use the one in the path.



11
12
13
# File 'lib/thin/command.rb', line 11

def script
  @script
end