Avoid already defined constant warnings in Ruby 1.8.
In Ruby 1.8 it happens that MemberTag is loaded twice and the constants in it get redefined, and trigger a warning.
Loading
Please register or sign in to comment
In Ruby 1.8 it happens that MemberTag is loaded twice and the constants in it get redefined, and trigger a warning.