ext/mri/mri.c in looksee-4.0.0 vs ext/mri/mri.c in looksee-4.1.0

- old
+ new

@@ -30,10 +30,10 @@ */ VALUE Looksee_internal_undefined_instance_methods(VALUE self, VALUE klass) { #if RUBY_VERSION >= 230 static int warned = 0; if (!warned) { - rb_warn("Looksee cannot display undef'd methods on MRI 2.3"); + rb_warn("Looksee cannot display undef-ed methods on MRI 2.3 or later"); warned = 1; } return rb_ary_new(); #else VALUE names = rb_ary_new();