Sha256: 0a4fbded9be728880b87f19fbc21167cc00403be677de524efed5a6330a72521
Contents?: true
Size: 283 Bytes
Versions: 11
Compression:
Stored size: 283 Bytes
Contents
require 'albacore/support/openstruct' module Configuration module NUnit include Albacore::Configuration def nunit @nunitconfig ||= OpenStruct.new.extend(OpenStructToHash).extend(NUnit) yield(@nunitconfig) if block_given? @nunitconfig end end end
Version data entries
11 entries across 11 versions & 1 rubygems