// @RubyLevelMethod(name="eql?") public RubyValue opEql(RubyValue v) { return ObjectFactory.createBoolean(equals(v, false)); }
// @RubyLevelMethod(name="empty?") public RubyValue empty_p() { return ObjectFactory.createBoolean(this.array_.isEmpty()); }