class VirtualFile
To use as a parameter to Merb::Template.inline_template
Attributes
path[RW]
Public Class Methods
new(string, path)
click to toggle source
Calls superclass method
# File lib/extlib/virtual_file.rb, line 6 def initialize(string, path) super(string) @path = path end