module InternalApi::RubyCoreExtension

This is the only public API method

Public Instance Methods

internal_api(protector) click to toggle source
# File lib/internal_api.rb, line 26
def internal_api(protector)
  InternalApi.protect(self, protector)
end