module Toys::StandardMixins::Highline

def indent(*args, &block)


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