Sha256: 993feb4fe381d08d9266afa862d7d5841208cd287a82ec93f29de71858e4c25e

Contents?: true

Size: 215 Bytes

Versions: 93

Compression:

Stored size: 215 Bytes

Contents

# frozen_string_literal: true

require 'eac_templates/patches/module/erb_template'

class Object
  def erb_template(subpath, binding_obj = nil)
    self.class.erb_template(subpath, binding_obj || binding)
  end
end

Version data entries

93 entries across 93 versions & 4 rubygems

Version Path
eac_templates-0.7.1 lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.93.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_templates-0.7.0 lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.91.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_templates-0.5.1 lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.76.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.75.2 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.75.1 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.75.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.74.1 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.74.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.73.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.72.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.70.1 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.70.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.69.1 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.69.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.68.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.67.1 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb
eac_tools-0.67.0 sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb