module BookingTrick

Constants

VERSION

Public Class Methods

hello_world?() click to toggle source
# File lib/booking_trick.rb, line 7
def self.hello_world?
  puts 'Hello World!!!'
end