Sha256: c84f5e859dd7f32a94578c0ed211938b30841c7b2df480693f01dc643835800f

Contents?: true

Size: 134 Bytes

Versions: 8

Compression:

Stored size: 134 Bytes

Contents

module CanTango
  module Helpers
    module Debug
      def debug msg
        puts msg if CanTango.debug?
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cantango-0.9.4.7 lib/cantango/helpers/debug.rb
cantango-0.9.4.6 lib/cantango/helpers/debug.rb
cantango-0.9.4.5 lib/cantango/helpers/debug.rb
cantango-0.9.4.3 lib/cantango/helpers/debug.rb
cantango-0.9.4.2 lib/cantango/helpers/debug.rb
cantango-0.9.4.1 lib/cantango/helpers/debug.rb
cantango-0.9.4 lib/cantango/helpers/debug.rb
cantango-0.9.3.2 lib/cantango/helpers/debug.rb