~ubuntu-branches/debian/squeeze/pygments/squeeze

« back to all changes in this revision

Viewing changes to tests/examplefiles/ruby_func_def.rb

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2009-09-13 10:13:17 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090913101317-2w7g3lf43pginyc7
Tags: 1.1.1+dfsg-1
* New upstream release
  - upstream tarball repackaged: tests/examplefiles removed (at least one
    of example files is not DFSG-free and I'm too lazy to review the rest
    as most of them have different copyright holder and license),
    get-orig-source target added, debian/watch file updated
* use_jinja2_to_generate_docs patch removed (incorporated upstream)
* disable_ez_setup.patch no longer needed
* make_utf8_default.patch updated
* debian/copyright file updated
* Standards-Version bumped to 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
class (get_foo("blub"))::Foo
2
 
  def (foo("bar") + bar("baz")).something argh, aaahaa
3
 
    42
4
 
  end
5
 
end
6
 
 
7
 
class get_the_fuck("out")::Of::My
8
 
  def parser_definition
9
 
    ruby!
10
 
  end
11
 
end