Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Match should be Cool
  • Loading branch information
sorear committed Nov 21, 2010
1 parent e11286c commit 04e4b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SAFE.setting
Expand Up @@ -903,7 +903,7 @@ my class Cursor {
token alpha { <+INTERNAL::alpha> }
}

my class Match {
my class Match is Cool {
method list () { @( self.Capture ) }
method hash () { %( self.Capture ) }
method flat () { @( self.Capture ) }
Expand Down

0 comments on commit 04e4b93

Please sign in to comment.