Skip to content

How to get error line while executing ruby code in playground.  #80

@Hareramrai

Description

@Hareramrai

I was using the playground editor with below code snippet.

puts "welcome"
puts "Hi" + 9
puts "hello"

The above code produces the below error.

welcome
TypeError: no implicit conversion of Number into String

Could you help me to get the line number line while display the above error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions