method
to_i
v2_6_3 -
Show latest stable
- Class:
CSV
to_i()public
No documentation available.
# File lib/csv.rb, line 1148
def to_i
raise NotImplementedError unless @io.respond_to?(:to_i)
@io.to_i
end to_i()No documentation available.
# File lib/csv.rb, line 1148
def to_i
raise NotImplementedError unless @io.respond_to?(:to_i)
@io.to_i
end