Class: LS4::RPCService

Inherits:
Service show all
Defined in:
lib/ls4/service/rpc.rb

Direct Known Subclasses

CSRPCService, GWRPCService

Instance Method Summary collapse

Methods inherited from Service

init

Methods included from EventBus::SingletonMixin

#ebus_bind!, #ebus_connect, extended

Methods included from EventBus::BusMixin

#ebus_all_slots, #ebus_disconnect!

Methods included from EventBus::DeclarerBase::Methods

#connect, #ebus_all_slots, #ebus_call_log, #ebus_call_slots, #ebus_signal_error, #ebus_signal_log, #ebus_signal_slots

Methods included from EventBus::DeclarerBase

#call_slot, #signal_slot

Instance Method Details

#force_binary!(str) ⇒ Object



28
29
30
# File 'lib/ls4/service/rpc.rb', line 28

def force_binary!(str)
	str.force_encoding('ASCII-8BIT')
end