class Rouge::InheritableHash

def keys

Experimental RBS support (using type sampling data from the type_fusion project).

def keys: () -> Array[]

This signature was generated using 2 samples from 1 application.

def keys
  keys = own_keys.concat(parent.keys)
  keys.uniq!
  keys
end