Class: Application

Inherits:
Object
  • Object
show all
Includes:
Mods::LevelOne
Defined in:
lib/application.rb

Constant Summary

Constants included from Mods::LevelOne

Mods::LevelOne::PI

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Mods::LevelOne

#bar, tue

Class Method Details

.main(args = []) ⇒ Object



7
8
9
10
11
12
13
14
15
16
17
# File 'lib/application.rb', line 7

def self.main(args=[])
    f = Mods::LevelOne::FooClass.new
    f.foo
    fo = Foo.new
    fo.foo

    Mods::LevelOne::tue

    watc = Mods::LevelOne::WatClass.new
    watc.wat
end

Instance Method Details

#my_barObject



19
20
21
# File 'lib/application.rb', line 19

def my_bar
    bar
end