class String

Public Instance Methods

to_mumukit_grant() click to toggle source
# File lib/mumukit/auth/grant.rb, line 2
def to_mumukit_grant
  Mumukit::Auth::Grant.parse self
end
to_mumukit_slug() click to toggle source
# File lib/mumukit/auth/slug.rb, line 2
def to_mumukit_slug
  Mumukit::Auth::Slug.parse self
end