module Aio::Parse class NoDeviceState < ParentState def get_device(opts={}) # 首先判断是否已经存在,但是这是初始状态,所以一定没有 self.device_manager.add_device(opts) @machine.to_has_device_state end end end