Top Level Namespace

Defined Under Namespace

Modules: MixinTest Classes: BlockTest, Ocular

Instance Method Summary collapse

Instance Method Details

#add_event_help(name, help) ⇒ Object



10
11
12
# File 'lib/ocular/dsl/dsl.rb', line 10

def add_event_help(name, help)
    $dsl_event_help[name] = help
end

#add_help(name, help) ⇒ Object



4
5
6
# File 'lib/ocular/dsl/dsl.rb', line 4

def add_help(name, help)
    $dsl_help[name] = help
end