vert-x3 / vertx-lang-ruby

Vert.x Ruby support
Apache License 2.0
14 stars 12 forks source link

Support constant module generation #22

Open vietj opened 7 years ago

vietj commented 7 years ago
module Foo
  BAR = 1
  BAZ = 2
  BIZ = 4
end