Sha256: 7693cc315a65b0c2a99b492a1882801158a31c0fce74a699df50b66113d471aa
Contents?: true
Size: 282 Bytes
Versions: 11
Compression:
Stored size: 282 Bytes
Contents
require 'ostruct' require 'albacore/support/openstruct' module Configuration module NAnt include Albacore::Configuration def nant @nantconfig ||= OpenStruct.new.extend(OpenStructToHash) yield(@nantconfig) if block_given? @nantconfig end end end
Version data entries
11 entries across 11 versions & 1 rubygems