Class: Test

Inherits:
Object
  • Object
show all
Defined in:
app/models/test.rb

Instance Method Summary collapse

Instance Method Details

#callObject



4
5
6
# File 'app/models/test.rb', line 4

def call
  puts 'does something'
end