class Andrey::HelloWorld::HelloClass

Public Class Methods

return_hello() click to toggle source
# File lib/Andrey/hello_world.rb, line 8
def self.return_hello
  new.str_hello
end

Public Instance Methods

str_hello() click to toggle source
# File lib/Andrey/hello_world.rb, line 12
def str_hello
  "Hello World, by Andrey new version 0.1.3"
end