Class: Funicular::EnvironmentInquirer
- Inherits:
-
Object
- Object
- Funicular::EnvironmentInquirer
- Defined in:
- sig/environment_iquirer.rbs
Instance Method Summary collapse
- #== ⇒ Boolean
- #development? ⇒ Boolean
-
#initialize ⇒ EnvironmentInquirer
constructor
A new instance of EnvironmentInquirer.
- #inspect ⇒ String
- #to_s ⇒ String
Constructor Details
#initialize ⇒ EnvironmentInquirer
Returns a new instance of EnvironmentInquirer.
3 |
# File 'sig/environment_iquirer.rbs', line 3
def initialize: (EnvironmentInquirer | String env) -> void
|
Instance Method Details
#== ⇒ Boolean
6 |
# File 'sig/environment_iquirer.rbs', line 6
def ==: (String other) -> bool
|
#development? ⇒ Boolean
7 |
# File 'sig/environment_iquirer.rbs', line 7
def development?: () -> bool
|
#inspect ⇒ String
5 |
# File 'sig/environment_iquirer.rbs', line 5
def inspect: () -> String
|
#to_s ⇒ String
4 |
# File 'sig/environment_iquirer.rbs', line 4
def to_s: () -> String
|