Skip to content

Instantly share code, notes, and snippets.

Human sacrifice, dogs and cats living together... mass hysteria!
def what_is_this
puts 'Maybe Github Patie ?'
end
Versioned pasties....neat
hello world
tell me again why we need another one of these? was pastie not working well enough for you guys?
** okay, now i see... fork and versioned pasties. kinda neat. **
#!/usr/bin/env ruby -w
# This should be run through './script/runner'
options = YAML.load($stdin.read)
demo = Demo.find(options[:demo])
runner = Outback::Runner.new
runner.manager = demo.manager
#!/usr/bin/env ruby -w
# This should be run through './script/runner'
options = YAML.load($stdin.read)
demo = Demo.find(options[:demo])
runner = Outback::Runner.new
runner.manager = demo.manager