Module: _ENV

Defined in:
sig/env.rbs

Instance Method Summary collapse

Instance Method Details

#[]String?

Parameters:

  • (String)

Returns:

  • (String, nil)


2
# File 'sig/env.rbs', line 2

def []: (String) -> String?

#[]=String

Parameters:

  • (String)

Returns:

  • (String)


3
# File 'sig/env.rbs', line 3

def []=: (String) -> String