Top Level Namespace

Defined Under Namespace

Classes: Thin_Upstart

Instance Method Summary collapse

Instance Method Details

#Thin_Upstart {|o| ... } ⇒ Object

Yields:

  • (o)


7
8
9
10
11
# File 'lib/Thin_Upstart.rb', line 7

def Thin_Upstart
  o = Thin_Upstart.new
  yield o
  o.write
end