class BSIServices::Test

Special standard services that behave differently than the rest

Public Instance Methods

add(*arguments) click to toggle source
# File lib/rbc/bsi.rb, line 286
def add(*arguments)
  @@marshal.build_call('test.add', *arguments)
end
echo(string) click to toggle source
# File lib/rbc/bsi.rb, line 290
def echo(string)
  @@marshal.build_call('test.echo', string)
end