Class: MyClass
- Inherits:
-
Object
- Object
- MyClass
- Defined in:
- lib/sample.rb
Instance Method Summary collapse
Instance Method Details
#foo ⇒ Object
4 5 6 7 |
# File 'lib/sample.rb', line 4 def foo # @val = ask "Enter a value: " [[1,2,3],[4,5,6],[7,8,9]].table({:headings => %w[ one two three ]}) end |