lib/tamashii/agent/device/fake_card_reader.rb in tamashii-agent-0.2.1 vs lib/tamashii/agent/device/fake_card_reader.rb in tamashii-agent-0.2.3

- old
+ new

@@ -28,9 +28,12 @@ [Array.new(4){ rand(256)}, "sak"] end def picc_halt(*args) end + + def shutdown(*args) + end end end end end