Module: Raze

Defined in:
lib/raze.rb

Overview

main module of raze

Instance Method Summary collapse

Instance Method Details

#flatten(collection) ⇒ Object



3
4
5
6
7
8
9
10
11
# File 'lib/raze.rb', line 3

def flatten(collection)
  if collection.class == Hash

  elsif collection.class == Array

  else

  end
end