index
:
xlgmokha/ruby_practice.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
publisher.rb
blob: 6bd06aa2926152c6180bda3d49e091e2cc96755e (
plain
)
1
2
3
4
5
class Publisher def initialize(name) @name = name end end