module HelloWorldTut::Greetings
Public Class Methods
hello()
click to toggle source
# File lib/hello_world_tut/greetings.rb, line 3 def self.hello "Hello world!" end
# File lib/hello_world_tut/greetings.rb, line 3 def self.hello "Hello world!" end