lib/scide/global.rb in scide-0.0.7 vs lib/scide/global.rb in scide-0.0.8
- old
+ new
@@ -11,10 +11,10 @@
# Global options shared by all projects.
attr_reader :options
# Builds global options.
#
- # ==== Arguments
+ # == Arguments
# * <tt>contents</tt> - The global options hash.
def initialize contents
raise ArgumentError, 'global configuration must be a hash' unless contents.kind_of? Hash
raise ArgumentError, 'global options must be a hash' unless contents[:options].nil? or contents[:options].kind_of?(Hash)