This website requires JavaScript.
Explore
Help
Sign In
deac
/
instiki
Watch
1
Star
0
Fork
You've already forked instiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
6d8190c096
instiki
/
app
/
models-old
/
author.rb
4 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
Massive change of SVN properties to deal with EOL style problem
2005-01-24 19:52:04 +01:00
class
Author
<
String
attr_accessor
:ip
def
initialize
(
name
,
ip
)
@ip
=
ip
;
super
(
name
)
end
Initial import of the sources from SVN
2005-01-15 21:26:54 +01:00
end
Reference in a new issue
Copy permalink