Class: Spicy::Proton

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/spicy-proton.rb

Instance Method Summary collapse

Constructor Details

#initializeProton

Returns a new instance of Proton.



19
20
21
# File 'lib/spicy-proton.rb', line 19

def initialize
  @corpus = Memory::Corpus.new
end