Skip to content

Instantly share code, notes, and snippets.

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