# textbuilder.rb # # Copyright (c) 2010-2017 Kenshi Muto # 2010 Kenshi Muto # # This program is free software. # You can distribute or modify this program under the terms of # the GNU LGPL, Lesser General Public License version 2.1. # require 'review/topbuilder' module ReVIEW class TEXTBuilder < TOPBuilder end end # module ReVIEW