Skip to content

Commit

Permalink
Fix private method error (Parser#do_parse)
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 24, 2013
1 parent 689a501 commit c510d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opal/parser.rb
Expand Up @@ -18,7 +18,7 @@ def parse(source, file = '(string)')

def parse_to_sexp
push_scope
result = self.do_parse
result = do_parse
pop_scope

result
Expand Down

0 comments on commit c510d49

Please sign in to comment.