Module: SurveyMonkey::Style
- Defined in:
- lib/surveymonkey/style.rb,
lib/surveymonkey/style/version.rb
Overview
SurveyMonkey common code and linting settings and configurations
Defined Under Namespace
Modules: Version Classes: Error
Class Method Summary collapse
-
.yardstick ⇒ String
Path to yarstick.yml configuration.
Class Method Details
.yardstick ⇒ String
Path to yarstick.yml configuration
21 22 23 |
# File 'lib/surveymonkey/style.rb', line 21 def self.yardstick File.('../../yardstick/.yardstick.yml', __dir__) end |