Method: CrossSpec.config
- Defined in:
- lib/cross_spec.rb
.config ⇒ Object
30 31 32 33 34 |
# File 'lib/cross_spec.rb', line 30 def self.config return @config if defined?(@config) @config = Config.new @config end |
30 31 32 33 34 |
# File 'lib/cross_spec.rb', line 30 def self.config return @config if defined?(@config) @config = Config.new @config end |