Method: Net::SFTP::Response#eof?
- Defined in:
- lib/net/sftp/response.rb
#eof? ⇒ Boolean
Returns true if the status code is FX_EOF; false otherwise.
63 64 65 |
# File 'lib/net/sftp/response.rb', line 63 def eof? code == FX_EOF end |