class Deface::Actions::Action

Public Class Methods

new(options = {}) click to toggle source
# File lib/deface/actions/action.rb, line 4
def initialize(options = {})
end
to_sym() click to toggle source
# File lib/deface/actions/action.rb, line 8
def to_sym
  self.to_s.demodulize.underscore.to_sym
end

Public Instance Methods

range_compatible?() click to toggle source
# File lib/deface/actions/action.rb, line 13
def range_compatible?
  false
end