@private
# File lib/rspec/support/encoded_string.rb, line 20 def <<(string) @string << matching_encoding(string) end
# File lib/rspec/support/encoded_string.rb, line 24 def split(regex_or_string) @string.split(matching_encoding(regex_or_string)) end
# File lib/rspec/support/encoded_string.rb, line 28 def to_s @string end
Generated with the Darkfish Rdoc Generator 2.