Class: Kata::Setup::Ruby

Inherits:
Base
  • Object
show all
Defined in:
lib/kata/setup/ruby.rb

Instance Attribute Summary

Attributes inherited from Base

#kata_name, #repo_name

Instance Method Summary collapse

Methods inherited from Base

#create_repo, #initialize

Constructor Details

This class inherits a constructor from Kata::Setup::Base

Instance Method Details

#build_treeObject



6
7
8
9
10
11
12
13
14
# File 'lib/kata/setup/ruby.rb', line 6

def build_tree
  %w{lib spec}.each { |path| tree(path) }
  readme
  bootstrap
  gemfile
  base_class
  dot_files
  kata_spec
end