Sha256: 312eab95b76892a40fa975366478e8e0b2587f673eaa49fc332860a05815a50c
Contents?: true
Size: 266 Bytes
Versions: 17
Compression:
Stored size: 266 Bytes
Contents
require 'l5m-tools/application' require 'l5m-tools/svn' module L5MTools class << self def application @application ||= L5MTools::Application.new end def svn @svn ||= L5MTools::SVN.new end end end
Version data entries
17 entries across 17 versions & 1 rubygems