Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
ruby_eval: removed useless instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Dec 21, 2009
1 parent 179c283 commit be657a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ruby/ruby_eval.rb
Expand Up @@ -15,8 +15,6 @@
}

def setup
@buffers = []

Weechat::Command.new("ruby_eval", "evals a ruby expression") do |buffer, message|
eval_rb(buffer, message, :puts)
end
Expand Down

0 comments on commit be657a5

Please sign in to comment.