class Sourcing::Account
Public Class Methods
current()
click to toggle source
# File lib/sourcing/account.rb, line 5 def self.current self.new(get) end
# File lib/sourcing/account.rb, line 5 def self.current self.new(get) end