Module: KazumaWada
- Defined in:
- lib/kazuma_wada.rb,
lib/kazuma_wada/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.profile ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/kazuma_wada.rb', line 4 def self.profile puts "====================" puts " Name : kazuma_wada" puts " Age : 28" puts " Height : 182cm" puts "====================" end |