class Object

Public Instance Methods

add_event_help(name, help) click to toggle source
# File lib/ocular/dsl/dsl.rb, line 10
def add_event_help(name, help)
    $dsl_event_help[name] = help
end
add_help(name, help) click to toggle source
# File lib/ocular/dsl/dsl.rb, line 4
def add_help(name, help)
    $dsl_help[name] = help
end