Flowdock
binary=(newmode) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/ftp.rb, line 143
    def binary=(newmode)
      if newmode != @binary
        @binary = newmode
        @binary ? voidcmd("TYPE I") : voidcmd("TYPE A")
      end
    end
Register or log in to add new notes.