Sha256: a60d5defdf81f3cb9fe8906465b4ecd07972908cad1314a8c93242cbb0149cd6

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

class Foo
  def ==(other)
 	'hello' 
  end
  def /(other) 'hi' end

  attr_reader :method1

  def method1
    def dynamic; end
  end
 
  def self.method2; end

  # Docstring
  def String :: hello; "" end

  def [](key) puts key end
  def []=(key, value) end
  def 
allowed?
end

  def ` param; end
  def /(x) end
  def |; end; def =~ ()
  def -@; end; 
end
  def *(o) def +@; end
    def ~@
    end end
  def &(o) end
  def %(o) end
  def ^(o) end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-0.2.2 spec/handlers/examples/method_handler_001.rb.txt