mirror of
https://github.com/samsonjs/config.git
synced 2026-04-10 11:55:46 +00:00
5 lines
89 B
Text
5 lines
89 B
Text
begin
|
|
require 'ap'
|
|
rescue LoadError => e
|
|
puts "!! Failed to load awesome print."
|
|
end
|