Class: TinyCms

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

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



4
5
6
# File 'lib/tiny_cms/tiny_cms.rb', line 4

def method_missing method, *args
  method.to_s
end

Instance Method Details

#respond_to?(method) ⇒ Boolean

Returns:

  • (Boolean)


2
# File 'lib/tiny_cms/tiny_cms.rb', line 2

def respond_to?(method) true; end