Exception: MatchNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- MatchNotFound
- Defined in:
- lib/rcs-common/binary.rb
Overview
add a method to String to perform binary substitution without the hassles of regexp
Instance Method Summary collapse
-
#initialize ⇒ MatchNotFound
constructor
A new instance of MatchNotFound.
Constructor Details
#initialize ⇒ MatchNotFound
Returns a new instance of MatchNotFound.
6 7 8 |
# File 'lib/rcs-common/binary.rb', line 6 def initialize super "matching string not found" end |