Sha256: c60c192472cf5ca1294cc6a8c042906542587afac3c1353d42e3e12e99b1f06d
Contents?: true
Size: 295 Bytes
Versions: 14
Compression:
Stored size: 295 Bytes
Contents
require 'generators/erb/cell_generator' require 'generators/apotomo/widget_generator' module Erb module Generators class WidgetGenerator < CellGenerator include ::Apotomo::Generators::BasePathMethods source_root File.expand_path('../../templates', __FILE__) end end end
Version data entries
14 entries across 14 versions & 1 rubygems