This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 781092971105c6f31394978fef51ac4236146ff6 Mon Sep 17 00:00:00 2001 | |
From: Benjamin Huber <[email protected]> | |
Date: Sun, 12 Dec 2010 17:51:02 +0100 | |
Subject: [PATCH] attr_accessor_with_default rewrite to allow alias_method [#6099 state:resolved tagged:patch] | |
--- | |
.../core_ext/module/attr_accessor_with_default.rb | 14 +++++++++----- | |
.../module/attr_accessor_with_default_test.rb | 8 ++++++++ | |
2 files changed, 17 insertions(+), 5 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'prawn' | |
require 'barby' | |
require 'barby/barcode/code_128' | |
require 'barby/outputter/prawn_outputter' | |
barcode = Barby::Code128B.new('1234567890') | |
outputter = Barby::PrawnOutputter.new(barcode) | |
pdf = Prawn::Document.new | |
pdf.text "bla" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
de: | |
flash: | |
actions: | |
create: | |
neuter: asdfasdfasdf | |
male: a | |
female: b | |