Top Level Namespace

Defined Under Namespace

Modules: Dottie Classes: Array, Hash

Instance Method Summary collapse

Instance Method Details

#Dottie(obj) ⇒ Object

Creates a new Dottie::Freckle from a standard Hash or Array.



4
5
6
# File 'lib/dottie/helper.rb', line 4

def Dottie(obj)
  Dottie[obj]
end