module Ruby::Lastpass

Constants

VERSION

Public Class Methods

login(username) click to toggle source
# File lib/ruby/lastpass.rb, line 10
def self.login(username)
  Login.new("User: #{username}")
end