Exception: MatchNotFound

Inherits:
StandardError
  • Object
show all
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

Constructor Details

#initializeMatchNotFound

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