Created
July 18, 2016 01:00
-
-
Save igaiga/ef6d7518e1ba921170df6f7d83dd8d4d 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 "ripper" | |
require "pp" | |
code = <<STR | |
10.times do |n| | |
puts n | |
end | |
puts code | |
STR | |
puts code | |
pp Ripper.lex(code) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment