Method: RLTK::CG::Module#context
- Defined in:
- lib/rltk/cg/module.rb
#context ⇒ Context
Returns 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 |