Top Level Namespace

Defined Under Namespace

Modules: Emoruby

Instance Method Summary collapse

Instance Method Details

#__emoruby_top_level_binding_eval(source) ⇒ Object

TODO there has to be a better way to eval on top of the world, right?



5
6
7
# File 'lib/emoruby.rb', line 5

def __emoruby_top_level_binding_eval(source)
  binding.eval(source)
end