Method: Tk::Tcllib::IP_Entry#insert

Defined in:
lib/tkextlib/tcllib/ip_entry.rb

#insert(*ip) ⇒ Object



69
70
71
# File 'lib/tkextlib/tcllib/ip_entry.rb', line 69

def insert(*ip)
  tk_send_without_enc('insert', array2tk_list(ip.flatten))
end