I hereby claim:
- I am strotter on github.
- I am shanetrotter (https://keybase.io/shanetrotter) on keybase.
- I have a public key ASAa-Ovs3blJ_ekmVR_YsT-Isu8XJF5kHJuVLVdWUqi7dgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| public RemoteCall<TransactionReceipt> stop() { | |
| Function function = new Function( | |
| "stop", | |
| Arrays.<Type>asList(), | |
| Collections.<TypeReference<?>>emptyList()); | |
| return executeRemoteCallTransaction(function); | |
| } | |
| public RemoteCall<TransactionReceipt> approve(String _spender, BigInteger _value) { | |
| Function function = new Function( |
I hereby claim:
To claim this, I am signing this object:
| def method | |
| [].tap do |array| | |
| 5.times { |x| array << x } | |
| end | |
| end |
| ActiveRecord::Base.connection.tables.each do |table| | |
| ActiveRecord::Base.connection.reset_pk_sequence!(table) | |
| end |