Class: Reline::Terminfo::StringWithTiparm

Inherits:
String show all
Defined in:
lib/reline/terminfo.rb

Instance Method Summary collapse

Methods inherited from String

#funcall_style, #pretty_print, #quote, #sans_arguments, #shellescape, #shellsplit, #tr_cpp, #unspace

Instance Method Details

#tiparm(*args) ⇒ Object

for method chain



104
105
106
# File 'lib/reline/terminfo.rb', line 104

def tiparm(*args) # for method chain
  Reline::Terminfo.tiparm(self, *args)
end