somewhat correct that message at compile-time idea

This commit is contained in:
Torsten Ruger
2015-05-06 15:15:33 +03:00
parent 8a7db6d4f2
commit 9bf5eb2621
5 changed files with 22 additions and 34 deletions

View File

@ -11,7 +11,6 @@ module Virtual
raise "From must be slot or constant, not symbol #{from}" if from.is_a? Symbol
@from = from
end
attr_reader :to , :from
attr_reader :from , :to
end
end