Method: Account.at

Defined in:
lib/universum/account.rb

.at(key) ⇒ Object

another “classic” alias for find_by_address



13
# File 'lib/universum/account.rb', line 13

def self.at( key) find_by_address( key ); end