Barrett Ingram
Barrett Ingram
The rules here are quite complicated. You can read them in [RFC5322](https://tools.ietf.org/html/rfc5322#section-3.4) if you're interested. But to summarize, in quoted names like you're using, you can use ASCII %d33-126, except...
Fetching class variables also fails with `instance_eval`, which is what pry is using under the hood: ``` class FooClass def initialize @foo = "foo" @@bar = "bar" end def get_bar...
@bcgraham Out of curiosity, how would you reproduce this scenario under normal usage of Pry? Or are you calling `Pry::Indent` directly in your code for some reason? Also master is...