Skip to content

Ruby - fails with strings #33

Open
@johnflux

Description

@johnflux

Fails if you use a string like "#{something}"

    def foo
      pre do
        something
      end #correct
    end

    def foo
      pre do
        "#{something}" # 
      end #wrong color
    end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions