Class: Tailwindcss::Compiler::HashArgsExtractor

Inherits:
Object
  • Object
show all
Defined in:
lib/tailwindcss/compiler/hash_args_extractor.rb

Instance Method Summary collapse

Instance Method Details

#call(ast:) ⇒ Object



7
8
9
# File 'lib/tailwindcss/compiler/hash_args_extractor.rb', line 7

def call(ast:)
  extract_hash_arguments_from_ast_nodes(ast)
end