mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
8 lines
163 B
Ruby
8 lines
163 B
Ruby
$:.unshift File.dirname(__FILE__) # For use/testing when no gem is installed
|
|
|
|
module Octopress
|
|
end
|
|
|
|
require "octopress/core_ext"
|
|
require "octopress/configuration"
|