class Sourcing::User

Public Class Methods

current() click to toggle source
# File lib/sourcing/user.rb, line 5
def self.current
  self.new(get)
end