Now I got a different value type when using element_ids with an individual edge. Did not get the class value, how can we get the element id from it? Thanks.
>> subgraph.e[0].in_v.element_ids
"48"
Total: 1
=> #<GraphE -> E-Range(0..0) -> inV -> Obj(Java::ComTinkerpopGremlinPipesTransform::IdPipe)>
>> subgraph.e.to_a.each {|e| puts e.in_v.element_ids}
#<#<Class:0x4dbad3b1>:0x6bca69a5>
#<#<Class:0x4dbad3b1>:0x5e36ba3b>
#<#<Class:0x4dbad3b1>:0xc845640>
#<#<Class:0x4dbad3b1>:0x79b9048d>
#<#<Class:0x4dbad3b1>:0x55c8a526>
#<#<Class:0x4dbad3b1>:0xb2cfc7e>
#<#<Class:0x4dbad3b1>:0x3652ac26>
#<#<Class:0x4dbad3b1>:0x3636c89d>
=> [#<E[146]:57-follows-48>, #<E[147]:57-follows-55>, #<E[375]:96-follows-59>, #<E[148]:57-follows-53>, #<E[374]:96-follows-57>, #<E[376]:96-follows-55>, #<E[660]:142-follows-57>, #<E[661]:142-follows-96>]