class YARD::Serializers::Base
def initialize(opts = {})
-
opts
(Hash
) -- the options to assign to {#options}
def initialize(opts = {}) @options = SymbolHash.new(false).update(opts) end
opts
(Hash
)
-- the options to assign to {#options}
def initialize(opts = {}) @options = SymbolHash.new(false).update(opts) end