lib/openstudio-standards/standards/deer/deer.rb in openstudio-standards-0.2.14 vs lib/openstudio-standards/standards/deer/deer.rb in openstudio-standards-0.2.15.pre.rc1

- old
+ new

@@ -5,9 +5,13 @@ class DEER < Standard def initialize load_standards_database end + # Loads the openstudio standards dataset for this standard. + # + # @param data_directories [Array<String>] array of file paths that contain standards data + # @return [Hash] a hash of standards data def load_standards_database(data_directories = []) super([__dir__] + data_directories) end end