module IziLightup
Constants
- VERSION
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/izi_lightup.rb, line 8 def configure yield self end
root_path()
click to toggle source
# File lib/izi_lightup.rb, line 19 def root_path @root_path ||= Pathname.new(File.dirname(File.expand_path(__dir__))) end