Skip to content

Instantly share code, notes, and snippets.

@johnnygoodman
Created August 28, 2010 03:21
Show Gist options
  • Save johnnygoodman/554642 to your computer and use it in GitHub Desktop.
Save johnnygoodman/554642 to your computer and use it in GitHub Desktop.
default_report_expenses = Array(Xpenser.get_default_report)
puts default_report_expenses.class # => Array
default_report_expenses.each do |row| # => Warning Messages In Abundance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment