Sha256: b770aabb55ad764dfab9985216a02f876deb3f3d94bdff7fb4e18cc04e08f8f0
Contents?: true
Size: 954 Bytes
Versions: 3
Compression:
Stored size: 954 Bytes
Contents
o:$YARD::CodeObjects::MethodObject: @tags[ :@parameters[[" *args0["&block0:@source"def method_missing(*args, &block) unless @done if !@args && !@block @args, @block = args, @block return self end @res = @args ? @obj.send(*@args, &@block) : @block.call(@obj) @done = true end @res.send(*args, &block) end:@docstringIC:YARD::Docstring"