3 4 5
# File 'lib/bashly/concerns/asset_helper.rb', line 3 def asset(path) File.expand_path "../#{path}", __dir__ end
7 8 9
# File 'lib/bashly/concerns/asset_helper.rb', line 7 def asset_content(path) File.read asset(path) end