First time here? Check out the Help page!
1 | initial version |
It depends what you're trying to do.
If you just want to access the openstudio-standards gem to use its methods in your own measures, then you just have to install the gem and include require 'openstudio-standards
at the top your measure.rb
.
If you want to modify the openstudio-standards itself, then you should check out the docs, specifically the Developper Information page on github or on rubydocs