lib/activefacts/cql.rb in activefacts-1.0.2 vs lib/activefacts/cql.rb in activefacts-1.1.0
- old
+ new
@@ -17,10 +17,10 @@
# to Ruby code and eval'd, making the generated classes available.
# To make this Loader available, simply
# require 'activefacts/cql'
class CQLLoader
def self.load(file) #:nodoc:
- debug "Loading #{file}" do
+ trace "Loading #{file}" do
vocabulary = ActiveFacts::Input::CQL.readfile(file)
ruby = StringIO.new
@dumper = ActiveFacts::Generate::RUBY.new(vocabulary.constellation)
@dumper.generate(ruby)