class WAB::Impl::PathExpr
Attributes
path[R]
Public Class Methods
new(path)
click to toggle source
Calls superclass method
WAB::Impl::Expr::new
# File lib/wab/impl/path_expr.rb, line 7 def initialize(path) super() @path = path end