lib/rdf/ll1/scanner.rb in rdf-turtle-0.1.2 vs lib/rdf/ll1/scanner.rb in rdf-turtle-0.3.0
- old
+ new
@@ -17,10 +17,10 @@
attr_reader :input
##
# Create a scanner, from an IO or String
#
- # @param [String, IO, #read] file
+ # @param [String, IO, #read] input
# @param [Hash{Symbol => Object}] options
# @option options[Integer] :high_water (HIGH_WATER)
# @option options[Integer] :low_water (LOW_WATER)
# @yield [string]
# @yieldparam [String] string data read from input file
\ No newline at end of file