Sha256: 92f8f02182c4e6deb314b5809fcf81ecb7b878e4f107cdba44a1d3dfda0e40ea
Contents?: true
Size: 458 Bytes
Versions: 22
Compression:
Stored size: 458 Bytes
Contents
module #{package_name} require "xamplr" include Xampl | | @required_packages.each_key{ | required_package_name | | require "#{required_package_name}" | | } | | | if @options then | @options.resolve_child.each{ | r | | if r.namespace and (0 < r.namespace.length) and r.preferred_prefix and (0 < r.preferred_prefix.length) then | XamplObject.ns_preferred_prefix("#{r.namespace}", "#{r.preferred_prefix}") | | end | } | end | #{place} end
Version data entries
22 entries across 22 versions & 2 rubygems