module LoriotRb::Base

It contains generic methods

Private Instance Methods

loriotrb_help() click to toggle source

Show tips on usage

# File lib/loriot-rb/help.rb, line 8
    def loriotrb_help
      <<-HELP.gsub(/^      /, '')
      *************************************************************************
      LoriotRb version #{LoriotRb.version}
      *************************************************************************
      HELP
    end