Class: Mods::LevelOne::WatClass

Inherits:
PiClass
  • Object
show all
Defined in:
lib/mods.rb

Constant Summary

Constants inherited from PiClass

PiClass::PI

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.inspect_nestingObject



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

#watObject

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