>=

mod >= other â true, false, or nil
Instance Public methods

Returns true if mod is an ancestor of other, or the two modules are the same. Returns nil if there's no relationship between the two. (Think of the relationship in terms of the class definition: âclass A<Bâ implies âB>Aâ).

doc_ruby_on_rails
2015-04-19 02:20:42
Comments
Leave a Comment

Please login to continue.