Class: Kata::Setup::Node
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Kata::Setup::Base
Instance Method Details
#build_tree ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/kata/setup/node.rb', line 6 def build_tree %w{lib spec}.each { |path| tree(path) } readme package_json autotest kata_file kata_spec end |