lib/ztk/dsl.rb in ztk-1.0.0.rc.0 vs lib/ztk/dsl.rb in ztk-1.0.0.rc.1

- old
+ new

@@ -15,14 +15,17 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ################################################################################ - require "active_support/inflector" -# @author Zachary Patten <zachary@jovelabs.net> module ZTK + + # Generic Domain-specific Language Interface + # + # @see ZTK::DSL::Base + # @author Zachary Patten <zachary@jovelabs.net> module DSL # @author Zachary Patten <zachary@jovelabs.net> class DSLError < Error; end