<%= frame.name %>
<%= frame.pretty_path %>, line <%= frame.line %>
<%== highlighted_code_block frame %>
<% if BetterErrors.binding_of_caller_available? %>
<% if frame.frame_binding %>
<% end %>
<% else %>
Advanced features unavailable
You must add gem "binding_of_caller"
to your Gemfile to enable the REPL and local/instance variable inspection.
<% end %>
<% end %>