module Toys::StandardMixins::Highline

def agree(*args, &block)


Calls [HighLine#agree](https://www.rubydoc.info/gems/highline/HighLine:agree)
#
def agree(*args, &block)
  highline.agree(*args, &block)
end