Top Level Namespace

Defined Under Namespace

Classes: Cielli

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.cielli(*args, &block) ⇒ Object Also known as: cli



257
258
259
# File 'lib/cielli.rb', line 257

def cielli(*args, &block)
  Cielli.run!(*args, &block)
end

Instance Method Details

#uObject



251
252
253
# File 'lib/cielli.rb', line 251

def u
  Cielli::Utils
end

#utilsObject



247
248
249
# File 'lib/cielli.rb', line 247

def utils
  Cielli::Utils
end