module Dry::Doc
Constants
- Inlines
- NotImplemented
- T
- Types
- UnknownPrimitive
- VERSION
Public Class Methods
inline(klass)
click to toggle source
# File lib/dry/doc.rb, line 33 def self.inline klass Inlines.add klass end
inline?(klass)
click to toggle source
# File lib/dry/doc.rb, line 36 def self.inline? klass Inlines.include? klass end