19 lines
238 B
Ruby
19 lines
238 B
Ruby
module Vkontakte
|
|
@@accounts = YAML.load_file("#{RAILS_ROOT}/config/vk_accounts.yml")
|
|
|
|
def get artist, track, length
|
|
|
|
end
|
|
|
|
def getHtml q
|
|
|
|
end
|
|
|
|
def parseHtml html
|
|
|
|
end
|
|
|
|
def calcWeight files
|
|
|
|
end
|
|
end |