class Bunto::Tags::IncludeTagError
Attributes
path[RW]
Public Class Methods
new(msg, path)
click to toggle source
Calls superclass method
# File lib/bunto/tags/include.rb, line 8 def initialize(msg, path) super(msg) @path = path end