aboutsummaryrefslogtreecommitdiffstats
path: root/src/demo_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/demo_client.rb')
-rwxr-xr-xsrc/demo_client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demo_client.rb b/src/demo_client.rb
index e04e302..7ece6ea 100755
--- a/src/demo_client.rb
+++ b/src/demo_client.rb
@@ -69,6 +69,7 @@ VERBOSE = 0
include APDU
+# tell APDU methods how to send
def transmit_apdu(apdu)
return @client.apdu(apdu)
end