Merb::Generators::FullSliceGenerator

Public Class Methods

new(*args) click to toggle source
# File lib/generators/full.rb, line 5
def initialize(*args)
  Merb.disable(:initfile)
  super
end
source_root() click to toggle source
# File lib/generators/full.rb, line 10
def self.source_root
  File.join(File.dirname(__FILE__), 'templates', 'full')
end

Public Instance Methods

destination_root() click to toggle source
# File lib/generators/full.rb, line 30
def destination_root
  File.join(@destination_root, base_name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.