Sha256: 30125fe9faab045d507bc1a6f553e682abf908fd62d9575ba5373f328bea5bb1
Contents?: true
Size: 418 Bytes
Versions: 17
Compression:
Stored size: 418 Bytes
Contents
require 'inch/language/javascript/provider/jsdoc/object/function_parameter_object' module Inch module Language module JavaScript module Provider module JSDoc module Object # Proxy class for functions class FunctionObject < Base def method? true end end end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems