cars = 3
car_num = 3
car_count = 3
car_total = 3
home = "Huisje boompje beestje"
home = "Meidoornstraat 1105"
home = <Building>
home = <Appartment>
home = "25.1356° N, 55.2206° E"
home_name = "Huisje boompje beestje"
home_address = "Meidoornstraat 1105"
home_building = <Building>
home_appartment = <Appartment>
home_location = "25.1356° N, 55.2206° E"
document = <Document>
documents = [<Document>, <Document>]
document_list = [<Document>, <Document>]
documents_list = [
[<Document>, <Document>],
[<Document>, <Document>]
]
max_score = 300
score_avg = 100
users_average = 150
employee_mean = 170
points_total = 120
points_max = 300
points_min = 100
points_mean = 130
small_image = <Image>
large_image = <Image>
fraudulent_users = [<User>, <User>]
honest_users = [<User>, <User>]
affected_windows = [<Window>, <Window>]
non_affected_windows = [<Window>, <Window>]
right_cases = [<Case>, <Case>]
correct_cases = [<Case>, <Case>]
# only one kind of medicine
medicines = [<Medicine>, <Medicine>]
# multiple kinds of medicines
deprecated_medicines = [<Medicine>, <Medicine>]
in_use_medicines = [<Medicine>, <Medicine>]
bab_avg = 420.69
broker_ab_avg = 420.69
broker_account_balances_avg = 420.69
broker_account_balances.average do |broker_account_balance|
broker_account_balance.value
end
years = milliseconds / 31536000000
years = milliseconds / 1000 / 60 / 60 / 24 / 365
MILLISECONDS_IN_SECOND = 1000
SECONDS_IN_MINUTE = 60
MINUTES_IN_HOUR = 60
HOURS_IN_DAY = 24
DAYS_IN_YEAR = 365
years = milliseconds / MILLISECONDS_IN_SECOND
/ SECONDS_IN_MINUTE
/ MINUTES_IN_HOUR
/ HOURS_IN_DAY
/ DAYS_IN_YEAR
document.process
value = 24
document.check_and_send
default_temperature_value = 24
document_id = document.id
document.each_with_index do |document, document_id|
...
end
document.each_with_index do |document, document_index|
...
end
file.open = true
file.is_open = true
file.opened = true
f = m * a
force = mass * acceleration
questions_from_audience.present?