Method: Hanuman::DirectedLink#initialize
- Defined in:
- lib/hanuman/link.rb
#initialize(from, into) ⇒ DirectedLink
Returns a new instance of DirectedLink.
25 26 27 28 |
# File 'lib/hanuman/link.rb', line 25 def initialize(from, into) @from = from @into = into end |