Method: Adhearsion::VoIP::Menu::ClearableStringBuffer#<<

Defined in:
lib/adhearsion/voip/menu_state_machine/menu_class.rb

#<<(other) ⇒ Object



141
142
143
# File 'lib/adhearsion/voip/menu_state_machine/menu_class.rb', line 141

def <<(other)
  super other.to_s
end