class Netcat
Public Class Methods
new(ip, port, **options)
click to toggle source
Calls superclass method
Exec::new
# File lib/netcat.rb, line 4 def initialize(ip, port, **options) super("nc #{ip} #{port}", options) end