Method: Prism::StringNode#mutable?
- Defined in:
- lib/prism/node.rb
#mutable? ⇒ Boolean
def mutable?: () -> bool
15365 15366 15367 |
# File 'lib/prism/node.rb', line 15365 def mutable? flags.anybits?(StringFlags::MUTABLE) end |
def mutable?: () -> bool
15365 15366 15367 |
# File 'lib/prism/node.rb', line 15365 def mutable? flags.anybits?(StringFlags::MUTABLE) end |