Class: Yalphabetize::Reader

Inherits:
Object
  • Object
show all
Defined in:
lib/yalphabetize/reader.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Reader

Returns a new instance of Reader.



7
8
9
# File 'lib/yalphabetize/reader.rb', line 7

def initialize(path)
  @path = path
end

Instance Method Details

#to_astObject



11
12
13
# File 'lib/yalphabetize/reader.rb', line 11

def to_ast
  stream_node
end