method

inquiry

v5.1.7 - 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