Class: FordFulkersonSingleton

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/manasimu/card.rb

Instance Method Summary collapse

Instance Method Details

#objObject



602
603
604
# File 'lib/manasimu/card.rb', line 602

def obj
  @memo_obj ||= FordFulkerson.new
end