Top Level Namespace

Defined Under Namespace

Classes: Thin_Upstart

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (o)


5
6
7
8
9
# File 'lib/Thin_Upstart.rb', line 5

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