Skip to content

Commit

Permalink
Added some RDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jun 20, 2009
1 parent 8aad6ec commit f6ac7d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/barby/barcode/pdf_417.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ class Pdf417 < Barcode2D
:code_rows => 0,
:code_columns => 0
}


# Creates a new Pdf417 barcode. The +options+ argument
# can use the same keys as DEFAULT_OPTIONS. Please consult
# the source code of Pdf417lib.java for details about values
# that can be used.
def initialize(data, options={})
@pdf417 = Java::Pdf417lib.new
self.data = data
Expand Down
Binary file added pkg/barby-0.3.1.gem
Binary file not shown.

0 comments on commit f6ac7d3

Please sign in to comment.