Method: Hash#type

Defined in:
lib/rmtools/core/js.rb

#typeObject

Redefine since these methods are deprecated anyway



29
30
31
32
# File 'lib/rmtools/core/js.rb', line 29

def type
  a = self[:type]
  (a == default) ? self['type'] : a
end