Module: SystemBrowser::Helpers::BehaviourServiceHelper

Included in:
Services::BehaviourService, Services::GemService
Defined in:
lib/system_browser/helpers/behaviour_service_helper.rb

Instance Method Summary collapse

Instance Method Details

#stdlib_behavioursObject



4
5
6
7
8
9
10
11
# File 'lib/system_browser/helpers/behaviour_service_helper.rb', line 4

def stdlib_behaviours
  CoreClasses::Stdlib.as_set.map do |behaviour|
    begin
      eval(behaviour)
    rescue
    end
  end.compact
end