class Object
Extension for all objects
Public Instance Methods
ensure_to_a()
click to toggle source
# File lib/abrupt.rb, line 20 def ensure_to_a [self].flatten.compact end
Extension for all objects
# File lib/abrupt.rb, line 20 def ensure_to_a [self].flatten.compact end