Class: Mods::LevelOne::WatClass
Constant Summary
Constants inherited from PiClass
Class Method Summary collapse
Instance Method Summary collapse
-
#wat ⇒ Object
PI = 3.33.
Class Method Details
.inspect_nesting ⇒ Object
23 24 25 26 27 |
# File 'lib/mods.rb', line 23 def self.inspect_nesting puts Module.nesting.inspect puts PI end |
Instance Method Details
#wat ⇒ Object
PI = 3.33
19 20 21 22 |
# File 'lib/mods.rb', line 19 def wat puts PI puts "Mods::LevelOne::WatClass wat method called" end |