RSpec::Matchers::BuiltIn::StartAndEndWith
# File lib/rspec/matchers/built_in/start_and_end_with.rb, line 34 34: def element_matches?(expected, actual) 35: @actual[0] == @expected 36: end
# File lib/rspec/matchers/built_in/start_and_end_with.rb, line 30 30: def subset_matches?(expected, actual) 31: actual[0, expected.length] == expected 32: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.