lib/chemistrykit/cli/beaker.rb in chemistrykit-2.1.0 vs lib/chemistrykit/cli/beaker.rb in chemistrykit-3.0.0
- old
+ new
@@ -1,8 +1,11 @@
+# Encoding: utf-8
+
require 'thor/group'
module ChemistryKit
module CLI
+ # Creates a starting beaker from a template
class BeakerGenerator < Thor::Group
include Thor::Actions
argument :name
def self.source_root