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



235
236
237
# File 'lib/cielli.rb', line 235

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

Instance Method Details

#uObject



229
230
231
# File 'lib/cielli.rb', line 229

def u
  Cielli::Utils
end

#utilsObject



225
226
227
# File 'lib/cielli.rb', line 225

def utils
  Cielli::Utils
end