Ruby mogilefs-client dev/users discussion/patches/bugs/help/...
 help / color / mirror / code / Atom feed
* [PATCH] pool: simplify empty class definition
@ 2017-06-26  2:33 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-06-26  2:33 UTC (permalink / raw)
  To: mogilefs-client-public

This should compile to smaller bytecode with YARV
---
 lib/mogilefs/pool.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mogilefs/pool.rb b/lib/mogilefs/pool.rb
index e7c4009..390e4a9 100644
--- a/lib/mogilefs/pool.rb
+++ b/lib/mogilefs/pool.rb
@@ -11,7 +11,7 @@ class MogileFS::Pool
   # Default: 2
   attr_accessor :purge_keep
 
-  class BadObjectError < RuntimeError; end
+  BadObjectError = Class.new(RuntimeError)
 
   def initialize(klass, *args)
     @args = args
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-26  2:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26  2:33 [PATCH] pool: simplify empty class definition Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/mogilefs-client.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).