Skip to content

Commit

Permalink
remove now-unnecessary .hash call
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 12, 2010
1 parent b7fd65a commit 534c6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/JSON/Tiny/Actions.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class JSON::Tiny::Actions;

method TOP($/) {
make $/.hash.values.[0].ast;
make $/.values.[0].ast;
};
method object($/) {
make $<pairlist>.ast.hash ;
Expand Down

0 comments on commit 534c6b6

Please sign in to comment.