comparison core/src/luan/modules/Io.luan @ 739:f8a7cc1fd3f6

remove Io.my_ips() not needed
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 06 Jul 2016 17:47:12 -0600
parents 2486fa6490c6
children 293c397e8dee
comparison
equal deleted inserted replaced
738:ce0d1acedc4b 739:f8a7cc1fd3f6
3 local System = require "java:java.lang.System" 3 local System = require "java:java.lang.System"
4 4
5 local M = {} 5 local M = {}
6 6
7 M.ip = IoLuan.ip 7 M.ip = IoLuan.ip
8 M.my_ips = IoLuan.my_ips
9 M.read_console_line = IoLuan.read_console_line 8 M.read_console_line = IoLuan.read_console_line
10 M.schemes = IoLuan.newSchemes() 9 M.schemes = IoLuan.newSchemes()
11 M.uri = IoLuan.uri 10 M.uri = IoLuan.uri
12 M.zip = IoLuan.zip 11 M.zip = IoLuan.zip
13 M.stdin = IoLuan.defaultStdin.table() 12 M.stdin = IoLuan.defaultStdin.table()