Blame view
main.rb
201 Bytes
7043da90b
|
1 2 3 |
$LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), "lib")) require 'rir' |
fd4cb285a
|
4 5 6 |
w = RIR::WikipediaPage.new("http://en.wikipedia.org/wiki/The_Dillinger_Escape_Plan") p w.entropy("guitar") |