# File test/test-keyring.rb, line 5 def assert_decode_strings(expected, test) assert_equal(expected, KeyRing.decode_strings(test), test.inspect) assert_equal(expected, KeyRing.decode_strings_safe(test), test.inspect) end