Skip to content

Instantly share code, notes, and snippets.

@lsegal
Created December 4, 2009 21:03
Show Gist options
  • Select an option

  • Save lsegal/249355 to your computer and use it in GitHub Desktop.

Select an option

Save lsegal/249355 to your computer and use it in GitHub Desktop.
class Foo
# @overload foo
# @return [FooObject]
# @overload foo=(value)
# @param [String] value something with value
# @return [void]
attr_accessor :foo
# (don't document here)
def foo=(val)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment