Module: ThemesForRails::Interpolation
- Included in:
- CommonMethods, Config
- Defined in:
- lib/themes_for_rails/interpolation.rb
Instance Method Summary collapse
Instance Method Details
#interpolate(pattern, name = nil) ⇒ Object
5 6 7 |
# File 'lib/themes_for_rails/interpolation.rb', line 5 def interpolate(pattern, name = nil) pattern.gsub(":root", ThemesForRails.config.base_dir).gsub(":name", name.to_s) end |