class Kanji::CLI::Generate

Public Instance Methods

type(name, *attributes) click to toggle source
# File lib/kanji/cli/generate.rb, line 7
def type(name, *attributes)
  require "kanji/generators/type"
  Generators::Type.new(name, attributes).call
end