class RubyHtmlApp::FileGenerator
Public Class Methods
new(target, args)
click to toggle source
Calls superclass method
# File lib/rubyhtmlapp/cli.rb, line 7 def initialize(target, args) @params = args super(target) end
source_root()
click to toggle source
# File lib/rubyhtmlapp/cli.rb, line 12 def self.source_root File.join(File.dirname(__FILE__), 'templates') end