Could someone explain to me:

class Movie << ActiveRecord::Base
    has_many :Actors
end

How can I call a method within class definition ? This is not Ruby anymore.
And this : semicolon stands for symbol. Never heard of symbols in Ruby.