ext/slim_attrib_ext.c in slim-attributes-0.7.1 vs ext/slim_attrib_ext.c in slim-attributes-0.7.4

- old
+ new

@@ -219,10 +219,9 @@ rb_define_private_method(cRowHash, "fetch_by_index", (VALUE(*)(ANYARGS))fetch_by_index, 1); rb_define_method(cRowHash, "[]", (VALUE(*)(ANYARGS))slim_fetch, 1); rb_define_method(cRowHash, "[]=", (VALUE(*)(ANYARGS))set_element, 2); rb_define_method(cRowHash, "dup", (VALUE(*)(ANYARGS))slim_dup, 0); rb_define_method(cRowHash, "has_key?", (VALUE(*)(ANYARGS))has_key, 1); - rb_define_method(cRowHash, "accessed_keys", (VALUE(*)(ANYARGS))accessed_keys, 0); // set up some symbols that we will need pointers_id = rb_intern("@pointers"); row_info_id = rb_intern("@row_info"); field_indexes_id = rb_intern("@field_indexes");