We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c106a06 commit 962a3e5Copy full SHA for 962a3e5
README.md
@@ -73,7 +73,22 @@ dmtx.to_i
73
74
# Binary representation
75
dmtx.to_i.to_s(2)
76
-=> "1010101010101010101110101000001111010111111101101001101011101001100110010100111010111011111100111001011001001000100010000111010110110001101111001011001001101011110000011111110010101101101010111001101001000000111100101000110110101110011100101111111111111111"
+=> "1010101010101010
77
+ 1011101010000011
78
+ 1101011111110110
79
+ 1001101011101001
80
+ 1001100101001110
81
+ 1011101111110011
82
+ 1001011001001000
83
+ 1000100001110101
84
+ 1011000110111100
85
+ 1011001001101011
86
+ 1100000111111100
87
+ 1010110110101011
88
+ 1001101001000000
89
+ 1111001010001101
90
+ 1010111001110010
91
+ 1111111111111111"
92
93
# Choose encoding
94
Dmtx::DataMatrix.new('Chunky Bacon', encoding: :txt)
0 commit comments