Method: AnyStyle::Feature::Dictionary#initialize

Defined in:
lib/anystyle/feature/dictionary.rb

#initialize(dictionary:, **opts) ⇒ Dictionary



6
7
8
9
# File 'lib/anystyle/feature/dictionary.rb', line 6

def initialize(dictionary:, **opts)
  super(**opts)
  @dictionary = dictionary
end