method

source_location_eval?

rails latest stable - Class: ActiveSupport::SyntaxErrorProxy
source_location_eval?()
private

No documentation available.

# File activesupport/lib/active_support/syntax_error_proxy.rb, line 61
        def source_location_eval?
          __getobj__.path.start_with?("(eval")
        end