# File lib/drydock/mixins/object.rb, line 9 9: def tput(capnam, *args) 10: system("tput #{capnam} #{args.flatten.join(' ')}") 11: end