Class: Knj::Eruby::Binding

Inherits:
Object show all
Defined in:
lib/knj/eruby.rb

Overview

Default binding-object which makes sure the .rhtml-file is running on an empty object.

Instance Method Summary collapse

Instance Method Details

#get_bindingObject

Returns the binding to the empty object.



282
283
284
# File 'lib/knj/eruby.rb', line 282

def get_binding
  return binding
end