module AwsDevUtils::Refinements
Public Instance Methods
with_next_token(*args)
click to toggle source
# File lib/aws-dev-utils/refinements.rb, line 7 def with_next_token *args c = AwsDevUtils::ClientWrapper.new(self) c.send(__callee__, *args) end