Module: Ranma

Defined in:
lib/ranma.rb,
lib/ranma/version.rb

Defined Under Namespace

Classes: App, AppWindow, HotKey, WebView

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

._runObject



6
# File 'lib/ranma.rb', line 6

alias_method :_run, :run

.run(&block) ⇒ Object



8
9
10
# File 'lib/ranma.rb', line 8

def run(&block)
  _run(block)
end