Sha256: d5f515709dfad7a68077ffc9c6c1239c0b982115b336cda5456dcf37c005f13d

Contents?: true

Size: 205 Bytes

Versions: 4

Compression:

Stored size: 205 Bytes

Contents

module Temple
  module Mixins
    module IndentDispatcher
      def on_indent(exp)
        [:indent, compile(exp)]
      end
    end

    module Dispatcher
      include IndentDispatcher
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
skim-0.8.3 lib/temple/mixins/indent_dispatcher.rb
skim-0.8.2 lib/temple/mixins/indent_dispatcher.rb
skim-0.8.1 lib/temple/mixins/indent_dispatcher.rb
skim-0.8.0 lib/temple/mixins/indent_dispatcher.rb