class RcliApp::Builder

Public Class Methods

hello() click to toggle source
# File lib/rcli_app/builder.rb, line 5
def self.hello
    puts "Hello"
end