Class: Annyeong
- Inherits:
-
Object
- Object
- Annyeong
- Defined in:
- lib/annyeong.rb
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
3 4 5 |
# File 'lib/annyeong.rb', line 3 def self.hi p "Annyeong sesang!" #hello world! end |
.hi_to_you(your_name) ⇒ Object
7 8 9 |
# File 'lib/annyeong.rb', line 7 def self.hi_to_you(your_name) p "Annyeong #{your_name}!" #hello your name! end |