module RSpec::ArelMatchers::Helpers::IndifferentString
Public Instance Methods
==(other)
click to toggle source
Calls superclass method
# File lib/rspec/arel_matchers/helpers/indifferent_string.rb, line 5 def ==(other) super(other.to_s) end