method

inquiry

v3.2.8 - 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. Example:

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