Method: RLTK::CG::Module#context

Defined in:
lib/rltk/cg/module.rb

#contextContext

Returns Context in which this module exists.

Returns:

  • (Context)

    Context in which this module exists.



122
123
124
# File 'lib/rltk/cg/module.rb', line 122

def context
	Context.new(Bindings.get_module_context(@ptr))
end