[Source]
# File lib/stella/adapter/base.rb, line 5 5: def initialize(name="") 6: super(Stella::TEXT.msg(:error_adapter_command_not_ready, name)) 7: end
[Validate]