rubyx/lib/vool.rb
Torsten Ruger db8f99409b move vool statements into own directory
also tests for guard to work
2017-04-06 19:11:11 +03:00

7 lines
79 B
Ruby

module Vool
class Statement
end
end
require_relative "vool/ruby_compiler"