module DistribBuilder module Builder class Main def initialize(argv) end def run self end end end end