Class: MyClass

Inherits:
Object
  • Object
show all
Defined in:
lib/sample.rb

Instance Method Summary collapse

Instance Method Details

#fooObject



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