Class: YES::And

Inherits:
Array
  • Object
show all
Defined in:
lib/yes/logical_and.rb

Instance Method Summary collapse

Instance Method Details

#intialize(data) ⇒ Object



4
5
6
# File 'lib/yes/logical_and.rb', line 4

def intialize(data)
  concat(data)
end