Skip to content

Instantly share code, notes, and snippets.

@benweint
Created January 21, 2014 00:10
Show Gist options
  • Save benweint/8531955 to your computer and use it in GitHub Desktop.
Save benweint/8531955 to your computer and use it in GitHub Desktop.
Array / racc / rbx bug demo
#!/usr/bin/env ruby
string = "\n\v"
puts "before racc require: #{Array(string).inspect}"
require 'racc'
puts "after racc require: #{Array(string).inspect}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment