module Quilt
Constants
- VERSION
Public Class Methods
helpers()
click to toggle source
# File lib/quilt_ui.rb, line 8 def self.helpers Dir.glob(root + 'helpers/**/*.rb') end
root()
click to toggle source
# File lib/quilt_ui.rb, line 4 def self.root @root ||= Pathname.new(File.dirname(File.expand_path('..', __FILE__))) end