Sha256: 0f0d3c8e379546a59c918b27b1d37ebfe4a53e7edae383f505e1170c22fd532b
Contents?: true
Size: 562 Bytes
Versions: 60
Compression:
Stored size: 562 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
60 entries across 60 versions & 2 rubygems