class Drntest::IncludeDirective

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/drntest/directive.rb, line 32
def initialize(path)
  @path = path
end