Class: Coopy::Bag

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

Instance Method Summary collapse

Instance Method Details

#getItem(x) ⇒ Object



6
# File 'lib/lib/coopy/bag.rb', line 6

def getItem(x) puts "Abstract Bag.getItem called" end

#getItemViewObject



7
# File 'lib/lib/coopy/bag.rb', line 7

def getItemView() puts "Abstract Bag.getItemView called" end