class RuboCop::Cop::SketchupRequirements::ApiNamespace

Do not modify the Sketch API. This will affect other extensions and very likely cause them to fail.

This requirement also include adding things into the SketchUp API namespace. The API namespace is reserved for future additions to the API.

Constants

MSG
NAMESPACES

Public Instance Methods

namespaces() click to toggle source
# File lib/rubocop/sketchup/cop/requirements/api_namespace.rb, line 23
def namespaces
  NAMESPACES
end