module Itest5ch

Constants

VERSION

Public Class Methods

config() click to toggle source

@return [Itest5ch::Config]

# File lib/itest5ch.rb, line 15
def self.config
  @config ||= Config.new
end