Sha256: 6b18e24c47b03b710969311d79e4c7e9f5c61758e5ca4c97426275e7f0303518

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

module Inch
  module Language
    module Nodejs
      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

3 entries across 3 versions & 1 rubygems

Version Path
inch-0.5.0.rc8 lib/inch/language/nodejs/provider/jsdoc/object/function_object.rb
inch-0.5.0.rc7 lib/inch/language/nodejs/provider/jsdoc/object/function_object.rb
inch-0.5.0.rc6 lib/inch/language/nodejs/provider/jsdoc/object/function_object.rb