Skip to content

Instantly share code, notes, and snippets.

@johnnygoodman
Created August 27, 2010 22:18
Show Gist options
  • Save johnnygoodman/554294 to your computer and use it in GitHub Desktop.
Save johnnygoodman/554294 to your computer and use it in GitHub Desktop.
default_report_expenses = Xpenser.get_default_report
puts default_report_expenses.class # => HTTParty::Response
puts default_report_expenses.to_a.class # => Array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment