module Omnibar

Constants

VERSION

Public Class Methods

load_config() click to toggle source
# File lib/omnibar.rb, line 48
def self.load_config
  load File.expand_path('~/.omnibar')
rescue LoadError => _
end