Class: Reina::UnkLu

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) ⇒ UnkLu

Returns a new instance of UnkLu.



42
43
44
45
# File 'lib/reina/stream_parser.rb', line 42

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