Module: Kernel

Defined in:
lib/wr_b.rb

Instance Method Summary collapse

Instance Method Details

#wr(_binding) ⇒ Object



6
7
8
9
10
11
# File 'lib/wr_b.rb', line 6

def wr(_binding)
  Launchy::Browser.run(File.expand_path('../public/index.html', __FILE__))
  WsIo.start(['*'], 8083) do
    ir _binding
  end
end