class Knj::Eruby::Binding

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

Public Instance Methods

get_binding() click to toggle source

Returns the binding to the empty object.

# File lib/knj/eruby.rb, line 282
def get_binding
  return binding
end