lib/shamu/features/features_service.rb in shamu-0.0.13 vs lib/shamu/features/features_service.rb in shamu-0.0.14
- old
+ new
@@ -156,13 +156,13 @@
end
end
# @param [String] path of the default config file.
# @return [String]
- def default_config_path=( path )
+ def default_config_path=( path ) # rubocop:disable Style/TrivialAccessors
@default_config_path = path
end
end
end
end
-end
\ No newline at end of file
+end