Method: PSD::TypeTool#method_missing

Defined in:
lib/psd/layer_info/typetool.rb

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



151
152
153
154
# File 'lib/psd/layer_info/typetool.rb', line 151

def method_missing(method, *args, &block)
  return @data[method] if @data.has_key?(method)
  return super
end