Method: Jets::Commands::New#make_bin_executable
- Defined in:
- lib/jets/commands/new.rb
#make_bin_executable ⇒ Object
43 44 45 |
# File 'lib/jets/commands/new.rb', line 43 def make_bin_executable chmod "bin", 0755 & ~File.umask, verbose: false end |