Class: Rbss::Custom

Inherits:
Base
  • Object
show all
Defined in:
lib/rbss/custom.rb

Instance Method Summary collapse

Methods inherited from Base

#method_missing

Constructor Details

#initializeCustom

Returns a new instance of Custom.



3
4
5
# File 'lib/rbss/custom.rb', line 3

def initialize
  @offset = 1
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rbss::Base