Fix error on not-indented method definition by pocke · Pull Request #23 · yhirano55/trace_location

TraceLocation.trace prints an error when the traced block calls a method that is defined without indentations. def foo end require 'trace_location' TraceLocation.trace do foo end $ ruby...