Class: Kata::Setup::Javascript
- Defined in:
- lib/kata/setup/javascript.rb
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 |
# File 'lib/kata/setup/javascript.rb', line 6 def build_tree %w{lib spec}.each { |path| tree(path) } readme package_json base_class kata_spec end |