Skip to content

Commit

Permalink
implement Pair.Str
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 24, 2011
1 parent 891071d commit 2d6b306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/SAFE.setting
Expand Up @@ -756,6 +756,9 @@ my class Enum is Cool {
}
my class Pair is Enum {
method Str() {
$.key ~ "\t" ~ $.value
}
}
# }}}
# List utilities {{{
Expand Down

0 comments on commit 2d6b306

Please sign in to comment.