class Rugular::Generate

Public Instance Methods

check_for_rugular_directory() click to toggle source
# 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