module Dry

Constants

VERSION

Public Class Methods

lib_path() click to toggle source
# File lib/dry.rb, line 9
def lib_path
  File.expand_path('..', __FILE__)
end
view_path() click to toggle source
# File lib/dry.rb, line 5
def view_path
  File.expand_path('../../app/views', __FILE__)
end