Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.14 KB

File metadata and controls

45 lines (29 loc) · 1.14 KB
name Bug report
about Create a report to help us improve

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

If you are still having issues, please be sure to include as much information as possible:

Environment details

  • OS:
  • Ruby version:
  • Gem name and version:

Steps to reproduce

  1. ...

Code example

# example

Full backtrace

irb(main):001:0> a + 1
NameError: undefined local variable or method `a' for main:Object
    from (irb):1
    from /Users/rubyist/.rbenv/versions/2.4.5/bin/irb:11:in `<main>'

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!