Module: Demand

Defined in:
lib/demand.rb,
lib/demand/version.rb

Overview

require ‘pry’

Constant Summary collapse

YIELD_DEFAULT =
false
RETURN_YIELD =
false
VERSION =
"1.1.0"

Instance Attribute Summary collapse

Instance Attribute Details

#RETURN_YIELDObject

Returns the value of attribute RETURN_YIELD.



9
10
11
# File 'lib/demand.rb', line 9

def RETURN_YIELD
  @RETURN_YIELD
end

#YIELD_DEFAULTObject

Returns the value of attribute YIELD_DEFAULT.



8
9
10
# File 'lib/demand.rb', line 8

def YIELD_DEFAULT
  @YIELD_DEFAULT
end