As the title states, what is this output? I tried checking if it's an array or a hash with nextPart.to_a(Hash)?
and nextPart.kind_of?(Array)
, using both Hash and Array and result is always false.
So what is this output and how do I get and change variables like @rotated?
#<JoMojo_cutz::Cutz::SheetPart:0x0000000ed2c658 @rotated=false, @append=false>
I've tried... and a few other variations with no luck...
nextPart.rotated
nextPart[rotated]
nextPart[@rotated]