module RailsHeroicons

Constants

VERSION

Public Class Methods

root(path = nil) click to toggle source
# File lib/rails_heroicons.rb, line 5
def self.root(path = nil)
  if path
    File.join(File.dirname(__dir__), path)
  else
    File.dirname(__dir__)
  end
end