lib/hotplate/cli/init.rb in hotplate-1.0.1 vs lib/hotplate/cli/init.rb in hotplate-1.0.2
- old
+ new
@@ -1,6 +1,4 @@
-require 'FileUtils'
-
def java
puts "What is your Team Number? (0000)"
team = gets.chop!.to_i.to_s # Ensures it's a proper number :)
clazz = "#{@path}/src/main/java/frc/team#{team}/#{@name.downcase}/RobotModule.java"
jin = File.expand_path "../../java", __FILE__