@private
# File lib/rspec/core/metadata_hash_builder.rb, line 7 7: def build_metadata_hash_from(args) 8: metadata = args.last.is_a?(Hash) ? args.pop : {} 9: 10: if RSpec.configuration.treat_symbols_as_metadata_keys_with_true_values? 11: add_symbols_to_hash(metadata, args) 12: else 13: warn_about_symbol_usage(args) 14: end 15: 16: metadata 17: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.