class DebugHelper::RangeHandler

Public Instance Methods

calls_for_instance() click to toggle source
# File lib/debug_helper/range_handler.rb, line 5
def calls_for_instance
  [
      [:first],
      [:last],
      [:exclude_end?],
  ]
end