class TalkWithGroot
Public Class Methods
ch()
click to toggle source
# File lib/talk_with_groot.rb, line 23 def self.ch return "我是Groot !" end
de()
click to toggle source
# File lib/talk_with_groot.rb, line 15 def self.de return "Ich bin Groot!" end
en()
click to toggle source
# File lib/talk_with_groot.rb, line 7 def self.en return "I am Groot!" end
es()
click to toggle source
# File lib/talk_with_groot.rb, line 3 def self.es return "Yo soy Groot!" end
fr()
click to toggle source
# File lib/talk_with_groot.rb, line 11 def self.fr return "Je suis Groot!" end
it()
click to toggle source
# File lib/talk_with_groot.rb, line 19 def self.it return "Io sono Groot!" end
kr()
click to toggle source
# File lib/talk_with_groot.rb, line 27 def self.kr return "나는 Groot이다!" end