Amber::Environment::Env
Constants
AMBER_ENV = "AMBER_ENV"
Constructors
Instance methods
==(env2 : EnvType)
Sourcein?(*env_list : Object)
Returns true if self is included in the collection argument.
10.in?(0..100) # => true
10.in?({0, 1, 10}) # => true
10.in?(0, 1, 10) # => true
10.in?(:foo, :bar) # => false
to_s(io)
SourceMacros
method_missing(call)
Source