Module: Polyfill::V2_4::String::Instance::CasecmpQ::Method

Defined in:
lib/polyfill/v2_4/string/instance/casecmp_q.rb

Instance Method Summary collapse

Instance Method Details

#casecmp?(other) ⇒ Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/polyfill/v2_4/string/instance/casecmp_q.rb', line 7

def casecmp?(other)
  casecmp(other.to_str) == 0
end