Method: PSD::TypeTool#method_missing
- Defined in:
- lib/psd/layer/info/typetool.rb
#method_missing(method, *args, &block) ⇒ Object
165 166 167 168 |
# File 'lib/psd/layer/info/typetool.rb', line 165 def method_missing(method, *args, &block) return @data[method] if @data.has_key?(method) return super end |