class Tiles::Rails::Helpers::TileBuilder
Public Class Methods
new(xml)
click to toggle source
# File lib/tiles/rails/helpers.rb, line 29 def initialize(xml) @xml = xml end
Private Instance Methods
method_missing(method, *arguments, &block)
click to toggle source
# File lib/tiles/rails/helpers.rb, line 35 def method_missing(method, *arguments, &block) @xml.__send__(method, *arguments, &block) end