Class: JekyllWKD::ZBase32::Block
- Inherits:
-
Object
- Object
- JekyllWKD::ZBase32::Block
- Defined in:
- lib/jekyll-wkd/hash.rb
Instance Method Summary collapse
- #encode ⇒ Object
-
#initialize(bytes) ⇒ Block
constructor
A new instance of Block.
Constructor Details
#initialize(bytes) ⇒ Block
Returns a new instance of Block.
18 19 20 |
# File 'lib/jekyll-wkd/hash.rb', line 18 def initialize bytes @bytes = bytes end |