Sha256: b894c6dfee4716a84e624af004721b421bcf738beb6b1b30db9c893e7cf5448d

Contents?: true

Size: 287 Bytes

Versions: 85

Compression:

Stored size: 287 Bytes

Contents

class Foo
  # A complicated method
  def complicated(o, i, *args, &block)
    # ... snip ...
  end

  # An example of a method that takes a parameter (+param1+)
  # and does nothing.
  #
  # Returns nil
  def nothing(param1)
  end

  def filename
    "#{self.class}_#{id}.foo"
  end
end

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
inch-0.1.4 test/fixtures/readme/lib/foo.rb
inch-0.1.3 test/fixtures/readme/lib/foo.rb
inch-0.1.2 test/fixtures/readme/lib/foo.rb
inch-0.1.1 test/fixtures/readme/lib/foo.rb
inch-0.1.0 test/fixtures/readme/lib/foo.rb