Class: NanocRust::FFI::Edge
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- NanocRust::FFI::Edge
- Defined in:
- lib/nanoc-rust.rb
Instance Method Summary collapse
Instance Method Details
#to_a(props) ⇒ Object
12 13 14 |
# File 'lib/nanoc-rust.rb', line 12 def to_a(props) [self[:from], self[:to], props[self[:idx]]] end |