module RSpec::ArelMatchers::Helpers

Public Instance Methods

indifferent_string(str_or_sym) click to toggle source
# File lib/rspec/arel_matchers/helpers/indifferent_string.rb, line 9
def indifferent_string(str_or_sym)
  str_or_sym.to_s.tap { |str| str.extend IndifferentString }
end