Method: Addressable::Template::MatchData#inspect
- Defined in:
- lib/addressable/template.rb
#inspect ⇒ String
Returns a String representation of the MatchData’s state.
213 214 215 216 |
# File 'lib/addressable/template.rb', line 213 def inspect sprintf("#<%s:%#0x RESULT:%s>", self.class.to_s, self.object_id, self.mapping.inspect) end |