Skip to content

Code syntax not rendered in certain cases #1684

@st0012

Description

@st0012

Given this code from Ruby's doc/syntax/calling_methods.rdoc:

The <code>**</code> unpacking operator can be applied to any object, not only
hashes. If the object responds to a <code>#to_hash</code> method, this method
is called, and is expected to return an Hash, and elements of this hash are passed
as keyword arguments:

The #to_hash is not rendered as inline code while it should be:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions