Method: Current.failwith
- Defined in:
- lib/michelson/michelson.rb
.failwith(*args) ⇒ Object
todo/check: Current.failwith exits? - always use “global” failwith - why? why not?
95 96 97 98 |
# File 'lib/michelson/michelson.rb', line 95 def self.failwith( *args) ## hack: todo - is there a better way to call "global" outer failwith function/method ??? Object.send( :failwith, *args ); end |