index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
spec
/
ruby
/
library
/
coverage
/
fixtures
/
second_class.rb
blob: 0318ac26ff0500528ad7a0292dae75c19d4b4610 (
plain
)
1
2
3
4
5
class SecondClass def some_method 42 end end