AlexWayfer/formalism-r18n_errors

View on GitHub
.toys.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

include :bundler, static: true

require 'gem_toys'
expand GemToys::Template

alias_tool :g, :gem

tool :console do
    def run
        require_relative 'lib/<%= path %>'

        require 'pry'
        Pry.start
    end
end

alias_tool :c, :console