You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that problem is related to parsing #<Proc:0x007fc73d75cfb8@/Users/mexx/.rbenv/versions/2.3.4/lib/ruby/gems/2.3.0/gems/trailblazer-2.0.7/lib/trailblazer/operation/guard.rb:14 (lambda)> Procs and other nested objects.
The text was updated successfully, but these errors were encountered:
Mehonoshin
changed the title
Invalid highlight of complex ruby object
Invalid parsing of object, containing Procs and other nested objects
Sep 5, 2017
It looks like you're trying to highlight the output of #inspect as Ruby code. However, this isn't valid Ruby syntax – so it's not really CodeRay's fault ;)
Hey there!
I found the following issue, it does not highlight all fields of such object.
I understand, that it can be complex problem, but maybe anyone has an idea how to solve this?
It seems that problem is related to parsing
#<Proc:0x007fc73d75cfb8@/Users/mexx/.rbenv/versions/2.3.4/lib/ruby/gems/2.3.0/gems/trailblazer-2.0.7/lib/trailblazer/operation/guard.rb:14 (lambda)>
Procs and other nested objects.The text was updated successfully, but these errors were encountered: