Class: HelloUser::WelcomeNote
- Inherits:
-
Object
- Object
- HelloUser::WelcomeNote
- Defined in:
- lib/hello_user.rb
Class Method Summary collapse
Class Method Details
.greeting(name) ⇒ Object
7 8 9 |
# File 'lib/hello_user.rb', line 7 def self.greeting(name) "#{"Hello"}, #{name}" end |