module SelfSysteem::Configure

Attributes

test_dir[RW]
test_framework[RW]

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/self_systeem/configuration.rb, line 5
def configure
  yield self if block_given?
end