Module: LibDemo
- Defined in:
- lib/vendored-middleman-deps/padrino-core-0.11.2/test/fixtures/apps/complex.rb
Class Method Summary collapse
Class Method Details
.give_me_a_random ⇒ Object
4 5 6 |
# File 'lib/vendored-middleman-deps/padrino-core-0.11.2/test/fixtures/apps/complex.rb', line 4 def self.give_me_a_random @rand ||= rand(100) end |