Module: Euston::CommandHandlerPrivateMethodNames::ClassMethods

Defined in:
lib/euston/command_handler_private_method_names.rb

Instance Method Summary collapse

Instance Method Details

#command_handler_method_name(version) ⇒ Object



6
7
8
# File 'lib/euston/command_handler_private_method_names.rb', line 6

def command_handler_method_name version
  "__version__#{version}"
end