Top Level Namespace

Extended by:
Wunderbar::API

Defined Under Namespace

Modules: Wunderbar

Constant Summary collapse

W_ =
Wunderbar

Class Method Summary collapse

Methods included from Wunderbar::API

_html, _js, _json, _template, _text, _websocket, _xhtml

Class Method Details

._polymer_element(*args, &block) ⇒ Object



10
11
12
# File 'lib/wunderbar/polymer.rb', line 10

def _polymer_element(*args, &block)
  Wunderbar.polymer_element(*args, &block)
end

.envObject



92
93
94
# File 'lib/wunderbar/environment.rb', line 92

def env
  ENV
end