method
empty?
v1_8_7_72 -
Show latest stable
- Class:
REXML::IOSource
empty?()public
No documentation available.
# File lib/rexml/source.rb, line 222
def empty?
super and ( @source.nil? || @source.eof? )
end empty?()No documentation available.
# File lib/rexml/source.rb, line 222
def empty?
super and ( @source.nil? || @source.eof? )
end