Class: Conjunction::Conjunction

Inherits:
Object
  • Object
show all
Defined in:
lib/conjunction.rb

Instance Method Summary collapse

Constructor Details

#initialize(a) ⇒ Conjunction

Returns a new instance of Conjunction.



20
21
22
23
# File 'lib/conjunction.rb', line 20

def initialize(a)
  @a = a
  @value = l.sample
end

Instance Method Details

#inspectObject



25
26
27
# File 'lib/conjunction.rb', line 25

def inspect
  _to_s
end

#to_sObject



29
30
31
# File 'lib/conjunction.rb', line 29

def to_s
  _to_s
end