Module: CLIPS

Defined in:
ext/clipsruby/clipsruby.c

Defined Under Namespace

Classes: Environment

Class Method Summary collapse

Class Method Details

.create_environmentObject



69
70
71
72
# File 'ext/clipsruby/clipsruby.c', line 69

static VALUE create_environment(VALUE self)
{
  return environment_alloc(rb_const_get(self, rb_intern("Environment")));
}