Skip to content

Instantly share code, notes, and snippets.

@overture8
Created October 2, 2009 20:19
Show Gist options
  • Save overture8/200082 to your computer and use it in GitHub Desktop.
Save overture8/200082 to your computer and use it in GitHub Desktop.
class ReportGenerator
def print_report(report_type)
report_type.create_report
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment