Class: Galleruby::TemplatePlaceholder

Inherits:
Object
  • Object
show all
Defined in:
lib/galleruby/template.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *args, &block) ⇒ Object



76
77
78
# File 'lib/galleruby/template.rb', line 76

def method_missing(m, *args, &block)
    TemplatePlaceholder.new
end