Module: RIO::CallStr
- Defined in:
- lib/rio/callstr.rb
Overview
:nodoc: all
Instance Method Summary collapse
Instance Method Details
#callstr(func, *args) ⇒ Object
28 29 30 |
# File 'lib/rio/callstr.rb', line 28 def callstr(func,*args) self.class.to_s+'['+self.to_url+']'+'.'+func.to_s+'('+args.join(',')+')' end |
#scallstr(func, *args) ⇒ Object
31 32 33 |
# File 'lib/rio/callstr.rb', line 31 def scallstr(func,*args) self.class.to_s+'['+self.to_s+']'+'.'+func.to_s+'('+args.join(',')+')' end |