Sha256: e87ea2c285509a8f0bc17320d069addb8a3a2a5d3e4fabb471fa68d967f3caac
Contents?: true
Size: 606 Bytes
Versions: 8
Compression:
Stored size: 606 Bytes
Contents
module Yoda module Model module Values # @abstract class Base # @abstract # @return [Array<Functions::Base>] def methods fail NotImplementedError end # @abstract # @return [String] def path fail NotImplementedError end # @abstract # @return [String] def docstring fail NotImplementedError end # @abstract # @return [Array<[String, Integer]>] def defined_files fail NotImplementedError end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems