Skip to content

undefined method 'value=' for struct member #12

Description

@ppibburr
class Foo < CFunc::Struct
  define CFunc::Int,:int
end
class Bar < CFunc::Struct
  define Foo,:foo
end
b=Bar.new

#will raise here
b[:foo] = Foo.new
#
b[:foo][:int]=1
p b[:foo][:int] #=> 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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