Created
May 16, 2018 14:57
-
-
Save colorbox/06b7d637809940dc6d5dc9db2d4f4752 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'parser/current' | |
str = <<-FOO | |
def hoge | |
# this is comment | |
pp"this is test" | |
end | |
FOO | |
Parser::CurrentRuby.parse_with_comments str |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment