try!(*a, &b)
Instance Public methods
Same as try, but will raise a NoMethodError exception if the receiving is not nil and does not implement the tried method.
Same as try, but will raise a NoMethodError exception if the receiving is not nil and does not implement the tried method.
Please login to continue.