Property definitions

github $ GithubFile :: defaultinit
# A Github file representation.
#
# Mostly a wrapper around a json object.
class GithubFile
	serialize

	# File name.
	var filename: String is writable
end
lib/github/api.nit:1051,1--1059,3