lib/Context/Context.rb in jldrill-0.5.1.7 vs lib/Context/Context.rb in jldrill-0.6.0.1

- old
+ new

@@ -1,5 +1,5 @@ - +# encoding: utf-8 module Context # The Context is the Presenter in the Model, View, Presentor (MVP) # model. It is an object that holds the logic for the UI # scenario that the application is currently in. Context is