Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created January 22, 2009 12:05
Show Gist options
  • Select an option

  • Save bmizerany/50511 to your computer and use it in GitHub Desktop.

Select an option

Save bmizerany/50511 to your computer and use it in GitHub Desktop.
def run(app, &blk)
insta = app.new(&blk) if blk && app.respond_to?(:new)
@ins << inst #lambda { |nothing| app }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment