RSpec::Matchers::BuiltIn::StartAndEndWith
# File lib/rspec/matchers/built_in/start_and_end_with.rb, line 44 44: def element_matches?(expected, actual) 45: actual[1] == expected 46: end
# File lib/rspec/matchers/built_in/start_and_end_with.rb, line 40 40: def subset_matches?(expected, actual) 41: actual[-expected.length, expected.length] == expected 42: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.