task 'unroll' => [ 'environment' ] do
  require("unroller")
  hey = Struct.new(:hey)
  puts(Unroller.trace({ :display_style => :concise }) { hey.to_json })
end