Class: Reina::AmbiLu

Inherits:
Lu
  • Object
show all
Defined in:
lib/reina/stream_parser.rb

Instance Attribute Summary

Attributes inherited from Lu

#analyses, #surface

Instance Method Summary collapse

Constructor Details

#initialize(surface, analyses) ⇒ AmbiLu

Returns a new instance of AmbiLu.



34
35
36
37
38
# File 'lib/reina/stream_parser.rb', line 34

def initialize(surface, analyses)
  super()
  @surface = surface
  @analyses = analyses
end