index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
stubs
/
user.rb
blob: af90007af785db0adcb1a148e3ab4140e489c484 (
plain
) (
tree
)
1af531dcf7
1
2
3
4
5
6
7
class
User
attr_reader
:name
def
initialize
(
name
)
@name
=
name
end
end