# File lib/mspec/matchers/stringsymboladapter.rb, line 4 4: def convert_name(name) 5: version = SpecVersion.new(RUBY_VERSION) <=> "1.9" 6: version < 0 ? name.to_s : name.to_sym 7: end