Sha256: 66f8e46cdeeeedb2e02a3a3243a7eb1f2d0e57b0ba4d7b5ce8516727c7732da4
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
module Walky module InstanceMethods attr_accessor :walky_path def same_path(*other) [].tap do | ary | ary << self other.each do |o| ary << Walker.parse(o, @walky_path) end ary.extend WalkMethods end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
walky-0.0.1 | lib/walky/instance_methods.rb |