Sha256: 52a6516c5fa1ed6c4a4091c56ee4174fcdf1772751216f0b4c436398f2556c3d

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

module InsideModuleHelper
  module A
    module B
      include BetterHelpers::Base

      better_helpers do

        def helper_method
          "test3"
        end

      end
    end

    module C
      include BetterHelpers::Base

      better_helpers do

        def helper_method
          "test6"
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
better_helpers-0.1.3 spec/fixtures/inside_module_helper.rb
better_helpers-0.1.2 spec/fixtures/inside_module_helper.rb