mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
6 lines
132 B
Ruby
6 lines
132 B
Ruby
|
module RubyTest
|
||
|
def RubyTest.prof_init(version, status)
|
||
|
$stderr.puts "From Ruby: " + version + " " + status
|
||
|
end
|
||
|
end
|