module Helper
this module contains generic helper methods that are used for implementation purposes
Public Instance Methods
contains_array?(an_array)
click to toggle source
# File lib/jongleur/helpers.rb, line 6 def contains_array?(an_array) (self & an_array).size == an_array.size end