module Sleek
Constants
- VERSION
Public Class Methods
[](namespace)
click to toggle source
# File lib/sleek.rb, line 22 def self.[](namespace) for_namespace(namespace) end
for_namespace(namespace)
click to toggle source
# File lib/sleek.rb, line 18 def self.for_namespace(namespace) Namespace.new namespace end