1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused TemplateRunner attributes

This commit is contained in:
Pratik Naik 2008-12-07 03:28:39 +01:00
parent dbbae5e00e
commit 2dc5d12c91

View file

@ -7,7 +7,7 @@ require 'fileutils'
module Rails
class TemplateRunner
attr_reader :behavior, :description, :root
attr_reader :root
def initialize(root, template) # :nodoc:
@root = Dir.pwd + "/" + root