diff options
Diffstat (limited to 'spec/ruby/core/struct/fixtures/classes.rb')
| -rw-r--r-- | spec/ruby/core/struct/fixtures/classes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ruby/core/struct/fixtures/classes.rb b/spec/ruby/core/struct/fixtures/classes.rb index 7b80b814ef..675d403abd 100644 --- a/spec/ruby/core/struct/fixtures/classes.rb +++ b/spec/ruby/core/struct/fixtures/classes.rb @@ -3,6 +3,7 @@ module StructClasses class Apple < Struct; end Ruby = Struct.new(:version, :platform) + Single = Struct.new(:value) Car = Struct.new(:make, :model, :year) |
