Skip to content

Commit

Permalink
Version bump to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Edgar committed Apr 2, 2010
1 parent 7d659f8 commit d102f2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/reversal.rb
Expand Up @@ -17,12 +17,11 @@ module Reversal


module Reversal
VERSION = "0.1.0"
VERSION = "0.9.0"

class << self
def decompile(meth_or_proc)
iseq = RubyVM::InstructionSequence.from_method(meth_or_proc)
Reverser.for(iseq).to_ir
def decompile(iseq)
Reverser.new(iseq).to_ir.to_s
end
end
end

0 comments on commit d102f2f

Please sign in to comment.