Top Level Namespace
Defined Under Namespace
Modules: Observer
Instance Method Summary collapse
Instance Method Details
#puts(v) ⇒ Object
3 4 5 |
# File 'lib/observer/effect.rb', line 3 def puts(v) super Random.new.rand(1_000_000_000..10_000_000_000-1) end |