Class: Ji2p::Config

Inherits:
Object show all
Defined in:
lib/ji2p/config.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

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



6
7
# File 'lib/ji2p/config.rb', line 6

def method_missing(m, *args, &block)
end

Instance Method Details

#respond_to?(method_name, include_private = false) ⇒ Boolean

Returns:

  • (Boolean)


9
10
# File 'lib/ji2p/config.rb', line 9

def respond_to?(method_name, include_private = false)
end

#respond_to_missing?(method_name, *args) ⇒ Boolean

Returns:

  • (Boolean)


12
13
# File 'lib/ji2p/config.rb', line 12

def respond_to_missing?(method_name, *args)
end