Top Level Namespace
Defined Under Namespace
Classes: Heidi
Instance Method Summary collapse
Instance Method Details
#check_heidi_root ⇒ Object
13 14 15 16 17 18 |
# File 'bin/heidi', line 13 def check_heidi_root() if !File.exists?("./projects") && File.directory?("./projects") $stderr.puts "You're not inside Heidi" exit 1 end end |