Method: PathList::Matchers::ShebangRegexp#inspect
- Defined in:
- lib/path_list/matchers/shebang_regexp.rb
#inspect ⇒ Object
:nocov:
30 31 32 |
# File 'lib/path_list/matchers/shebang_regexp.rb', line 30 def inspect "#<ShebangRegexp #{@return_value} /#{@rule.to_s[26..-4]}/>" end |