Method: MethodLog::Scope#singleton

Defined in:
lib/method_log/scope.rb

#singletonObject



56
57
58
# File 'lib/method_log/scope.rb', line 56

def singleton
  Scope.new(@name, parent = self, singleton = true)
end