Method: Asset#share

Defined in:
lib/extensions/ezcrypto/ext/test/active_crypto_test.rb

#share(email = nil) ⇒ Object



39
40
41
# File 'lib/extensions/ezcrypto/ext/test/active_crypto_test.rb', line 39

def share(email=nil)
  Cap.create_for_asset(self,email)
end