class Byebug::Printers::Plain
def get_modifier(path)
def get_modifier(path) modifier_regexp = /\|(\w+)$/ modifier_match = locate(path).match(modifier_regexp) modifier_match && modifier_match[1] end
def get_modifier(path) modifier_regexp = /\|(\w+)$/ modifier_match = locate(path).match(modifier_regexp) modifier_match && modifier_match[1] end