Skip to content

Instantly share code, notes, and snippets.

@msroot
Created December 16, 2015 23:31
Show Gist options
  • Select an option

  • Save msroot/331391a5fc6315d6ccc8 to your computer and use it in GitHub Desktop.

Select an option

Save msroot/331391a5fc6315d6ccc8 to your computer and use it in GitHub Desktop.
@scanner = RubyLex.new
@scanner.exception_on_syntax_error = false
a = @scanner.set_prompt do; puts 1; end
=> #<Proc:0x007f845529df70@(pry):37>
a.call
1
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment