method

inquiry

v8.1.1 - Show latest stable - Class: String
inquiry()
public

Wraps the current string in the ActiveSupport::StringInquirer class, which gives you a prettier way to test for equality.

env = 'production'.inquiry
env.production?  # => true
env.development? # => false