Module: Repper::PryExt
- Defined in:
- lib/repper/core_ext/regexp_ext.rb
Instance Method Summary collapse
Instance Method Details
#highlight(v, *args, **kwars, &blk) ⇒ Object
40 41 42 |
# File 'lib/repper/core_ext/regexp_ext.rb', line 40 def highlight(v, *args, **kwars, &blk) v&.instance_variable_get(ALREADY_COLORED_MARK) ? "\n#{v}" : super end |