module Bashman
Constants
- CONFIG
- CONFIG_PATH
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/bashman.rb, line 11 def self.included(base) base.extend(ClassMethods) end
version()
click to toggle source
# File lib/bashman.rb, line 34 def Bashman.version puts Bashman::VERSION end