module SurfNPerf::Utils

Public Class Methods

gem_libdir() click to toggle source

Return a directory with the project libraries.

# File lib/utils.rb, line 4
def self.gem_libdir
  File.dirname(File.expand_path(__FILE__))
end