module HintMe

HintMe Gem toplevel module

Constants

VERSION

Public Class Methods

hint(topic) click to toggle source

searches an prints a cheatsheet for a given topic to the console

@param topic [String]

# File lib/hintme.rb, line 13
def self.hint(topic)
  Hinter.new.hint(topic)
end