Sha256: baafec3a121d3ce53deaa5b65ee8e440150b89994561c1518b6ff1f0fa849ce0
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
module RapidRunty # Application controller # # TODO: Just saves the env for now class Controller def initialize(env) @env = env end attr_reader :env end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rapid_runty-0.1.2 | lib/rapid_runty/controller.rb |
rapid_runty-0.1.1 | lib/rapid_runty/controller.rb |