Class: Rugular::Generate

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/rugular/tasks/generate.rb

Instance Method Summary collapse

Instance Method Details

#check_for_rugular_directoryObject



25
26
27
28
29
30
# File 'lib/rugular/tasks/generate.rb', line 25

def check_for_rugular_directory
  ::Rugular::AppChecker.check_for_rugular_directory(
    task_name: self.class.name,
    root_directory: destination_root
  )
end