summaryrefslogtreecommitdiff
path: root/tests/examplefiles/ruby_func_def.rb
blob: a820c68fa5b2fa5b7a512f2c5a3f3dbddb2dd75f (plain)
1
2
3
4
5
6
7
8
9
10
11
class (get_foo("blub"))::Foo
  def (foo("bar") + bar("baz")).something argh, aaahaa
    42
  end
end

class get_the_fuck("out")::Of::My
  def parser_definition
    ruby!
  end
end