~ubuntu-branches/ubuntu/precise/rakudo/precise

« back to all changes in this revision

Viewing changes to src/setting/Code.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-10-04 14:31:57 UTC
  • Revision ID: james.westby@ubuntu.com-20091004143157-ubq3wu0grk0f1e6a
Tags: upstream-0.1~2009.09
ImportĀ upstreamĀ versionĀ 0.1~2009.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
class Code is also {
 
2
 
 
3
=begin item ACCEPTS
 
4
 
 
5
=end item
 
6
    method ACCEPTS(Object $topic) {
 
7
        self($topic);
 
8
    }
 
9
 
 
10
}
 
11
 
 
12
# vim: ft=perl6