Sha256: c26b23b90d7a24b47eb1f89473355755bd58a88ba3db9be097489b2fae061669
Contents?: true
Size: 583 Bytes
Versions: 13
Compression:
Stored size: 583 Bytes
Contents
# sudo dtrace -qs test/macruby.d -c "macruby -Ilib -rrubygems test/macruby.rb" require 'bibtex' input = <<~END @book{pickaxe, Address = {Raleigh, North Carolina}, Author = {Thomas, Dave, and Fowler, Chad, and Hunt, Andy}, Date-Added = {2010-08-05 09:54:07 +0200}, Date-Modified = {2010-08-05 10:07:01 +0200}, Keywords = {ruby}, Publisher = {The Pragmatic Bookshelf}, Series = {The Facets of Ruby}, Title = {Programming Ruby 1.9: The Pragmatic Programmer's Guide}, Year = {2009} } END lexer = BibTeX::Lexer.new lexer.data = input * 100 lexer.analyse
Version data entries
13 entries across 13 versions & 2 rubygems