Tests

Ruby code posted by Konrad
created at 04 Dec 18:23

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
class Person < ActiveRecord::Base
  attr_accessor :name, :age

  def salute?
    puts "Hello #{@name}"
    another_method param: :value
    name
  end
end

puts salute?? :a : :b
187 Bytes in 2 ms with coderay