mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Migration - more progress
This commit is contained in:
@@ -45,8 +45,11 @@ module Kernel
|
||||
end
|
||||
|
||||
def echoln(string)
|
||||
echo string
|
||||
echo "\n"
|
||||
caller_info = caller(1..1).first
|
||||
file, line, method = caller_info.split(":")
|
||||
echo "#{file}, #{line}:\t"
|
||||
echo(string)
|
||||
echo("\r\n")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user