class Prof::TestApp
Attributes
path[R]
Public Class Methods
new(opts = {})
click to toggle source
# File lib/prof/test_app.rb, line 13 def initialize(opts = {}) @path = opts.fetch(:path) end