Method: Regexp::MatchLength#inspect
- Defined in:
- lib/regexp_parser/expression/methods/match_length.rb
#inspect ⇒ Object
60 61 62 63 |
# File 'lib/regexp_parser/expression/methods/match_length.rb', line 60 def inspect type = exp_class.name.sub('Regexp::Expression::', '') "#<#{self.class}<#{type}> min=#{min} max=#{max}>" end |