Release 0.2
Updates
- Adding
getCallableArguments
method to return an array of resolved arguments for any callable. - Adding
makeCallable
method to convert common string formats into acallable
instance.
getCallableArguments
method to return an array of resolved arguments for any callable.makeCallable
method to convert common string formats into a callable
instance.