module StrCgregs32::Greetings
Public Class Methods
greet_user(user, greeting = 'Hello')
click to toggle source
# File lib/str_cgregs32/greetings.rb, line 2 def self.greet_user(user, greeting = 'Hello') "#{greeting} #{user}" end