소스 검색

Add requires

Chris Oliver 6 년 전
부모
커밋
40048c9afc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      template.rb

+ 3 - 0
template.rb

@@ -1,3 +1,6 @@
+require "fileutils"
+require "shellwords"
+
 # Copied from: https://github.com/mattbrictson/rails-template
 # Add this template directory to source_paths so that Thor actions like
 # copy_file and template resolve against our source files. If this file was