Method: Funkce::Generators::Function#create_group
- Defined in:
- lib/funkce/generators/function.rb
#create_group ⇒ Object
18 19 20 21 22 |
# File 'lib/funkce/generators/function.rb', line 18 def create_group empty_directory(group.to_s) empty_directory("#{group}/#{name}") empty_directory("#{group}/#{name}/lib") end |