class Object

Public Instance Methods

generator_path() click to toggle source
# File lib/geny/generators/new/generator.rb, line 12
def generator_path
  path = name.split(Geny::Command::SEPARATOR)
  File.join(".geny", *path, Geny::Command::FILENAME)
end