2 3 4 5 6 7 8
# File 'lib/endpoint_base.rb', line 2 def self.framework if defined?(Rails) :rails elsif defined?(Sinatra) :sinatra end end