I write a gem use the code from `sequel/extensions/blank`, when i reading
following code, i don't understand why we need run `alias_method` like
following?
```rb
[FalseClass, Object, NilClass, Numeric, String, TrueClass].each do |klass|
# :nocov:
if klass.method_defined?(:blank?)
klass.send(:alias_method, :blank?, :blank?)
end
# :nocov:
end
```
Thank you.
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sequel-talk/053c9100-9432-44da-8bb9-eca9f38dbfdcn%40googlegroups.com.