enum

Dotenv::Quotes

Inherits Enum < Comparable < Value < Object

Constants

Simple = 1
Double = 2
None = 0
All = 3

Instance methods

double?

Returns true if this enum value contains Double

Source
none?
Source
simple?

Returns true if this enum value contains Simple

Source