General

Profile

abhionlyone (Abhilash Reddy)

  • Login: abhionlyone
  • Registered on: 10/15/2018
  • Last sign in: 05/06/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 0 1

Activity

10/16/2018

05:07 AM Ruby master Feature #15225: OpenStruct: Recursively converting child Hash objects to OpenStruct objects.
shevegen (Robert A. Heiler) wrote:
> This is an interesting suggestion.
>
> I actually implemented something simi...
abhionlyone (Abhilash Reddy)

10/15/2018

02:03 PM Ruby master Feature #15225 (Open): OpenStruct: Recursively converting child Hash objects to OpenStruct objects.
Currently, OpenStruct allows this:
~~~ ruby
person = OpenStruct.new
person.age = 25
person.name = "Abhilash"
p...
abhionlyone (Abhilash Reddy)

Also available in: Atom