Method: Naether.create

Defined in:
lib/naether.rb

.createObject



57
58
59
60
# File 'lib/naether.rb', line 57

def create
  require "#{File.dirname(__FILE__)}/naether/runtime"
  Naether::Runtime.new
end