Class DataFlow::Content::HashSplatContent
INTERNAL: Do not use.
An element inside a synthetic hash-splat argument. All keyword arguments are implicitly stored inside a synthetic hash-splat argument. For example, in
foo(a: 1, b: 2, c: 3)
we have an implicit hash-splat argument containing {:a => 1, :b => 2, :c => 3}
.
Import path
import ruby
Direct supertypes
Indirect supertypes
Inherited predicates
getLocation | Gets the location of this content. | from Content |