task 'unroll' => [ 'environment' ] do
require("unroller")
hey = Struct.new(:hey)
puts(Unroller.trace({ :display_style => :concise }) { hey.to_json })
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
task 'unroll' => [ 'environment' ] do
require("unroller")
hey = Struct.new(:hey)
puts(Unroller.trace({ :display_style => :concise }) { hey.to_json })
end
|