class Ruha

Public Class Methods

hello(name) click to toggle source
# File lib/ruha.rb, line 2
def self.hello(name)
 greeting = "Hello, #{name}"
end