seanohalpin / ffi-ncurses

Interface to ncurses using Ruby FFI (Foreign Function Interface)
MIT License
82 stars 21 forks source link

Eliminate "warning: assigned but unused variable - e" #11

Open amatsuda opened 10 years ago

amatsuda commented 10 years ago

Ruby warns "duplicated when clause is ignored" because the e object is not used anywhere.